Home
last modified time | relevance | path

Searched refs:IPPORT_BOOTPS (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/usr.sbin/bootp/bootptest/
Dprint-bootp.c78 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS) in bootp_print()
84 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC) in bootp_print()
Dbootptest.c242 IPPORT_BOOTPS); in main()
243 bootps_port = (u_short) IPPORT_BOOTPS; in main()
/netbsd/src/usr.sbin/bootp/common/
Dbootp.h64 #define IPPORT_BOOTPS 67 macro
/netbsd/src/sys/lib/libsa/
Dbootp.h50 #define IPPORT_BOOTPS 67 macro
Dbootp.c172 d->destport = htons(IPPORT_BOOTPS); in bootp()
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c135 #define IPPORT_BOOTPS 67 macro
591 sin.sin_port = htons(IPPORT_BOOTPS); in bootpc_call()
/netbsd/src/usr.sbin/bootp/bootpgw/
Dbootpgw.c387 bootps_port = (u_short) IPPORT_BOOTPS; in main()
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c204 #define IPPORT_BOOTPS 67 macro
661 sin->sin_port = htons(IPPORT_BOOTPS); in bootpc_call()
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c434 bootps_port = (u_short) IPPORT_BOOTPS; in main()