Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h64 #define IPPORT_BOOTPS 67 macro
H A Dbootpd.c437 bootps_port = (u_short) IPPORT_BOOTPS; in main()
/freebsd/stand/libsa/
H A Dbootp.h52 #define IPPORT_BOOTPS 67 macro
H A Dbootp.c165 d->destport = htons(IPPORT_BOOTPS); in bootp()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c75 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS) in bootp_print()
81 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC) in bootp_print()
H A Dbootptest.c242 IPPORT_BOOTPS); in main()
243 bootps_port = (u_short) IPPORT_BOOTPS; in main()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c392 bootps_port = (u_short) IPPORT_BOOTPS; in main()
/freebsd/sys/nfs/
H A Dbootp_subr.c192 #define IPPORT_BOOTPS 67 macro
555 sin->sin_port = htons(IPPORT_BOOTPS); in bootpc_call()