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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h66 #define IPPORT_BOOTPS 67 macro
H A Dbootpd.c448 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-11-stable/stand/libsa/
H A Dbootp.h54 #define IPPORT_BOOTPS 67 macro
H A Dbootp.c177 d->destport = htons(IPPORT_BOOTPS);
/freebsd-11-stable/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-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c403 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c193 #define IPPORT_BOOTPS 67 macro
653 sin->sin_port = htons(IPPORT_BOOTPS);

Completed in 85 milliseconds