Searched refs:IPPORT_BOOTPS (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dbootp.h52 #define IPPORT_BOOTPS 67 macro
H A Dbootp.c160 d->destport = htons(IPPORT_BOOTPS);
/freebsd-9.3-release/libexec/bootpd/
H A Dbootp.h66 #define IPPORT_BOOTPS 67 macro
H A Dbootpd.c448 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c79 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS)
85 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC)
H A Dbootptest.c249 IPPORT_BOOTPS);
250 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-9.3-release/contrib/tcpdump/
H A Dbootp.h45 #define IPPORT_BOOTPS 67 macro
H A Dprint-udp.c574 else if (ISPORT(IPPORT_BOOTPC) || ISPORT(IPPORT_BOOTPS))
/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c403 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c173 #define IPPORT_BOOTPS 67 macro
651 sin->sin_port = htons(IPPORT_BOOTPS);

Completed in 188 milliseconds