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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h67 #define IPPORT_BOOTPC 68 macro
H A Dbootpd.c477 IPPORT_BOOTPC);
478 bootpc_port = (u_short) IPPORT_BOOTPC;
/freebsd-11-stable/stand/libsa/
H A Dbootp.h55 #define IPPORT_BOOTPC 68 macro
H A Dbootp.c175 d->myport = htons(IPPORT_BOOTPC);
/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.c282 IPPORT_BOOTPC);
283 bootpc_port = (u_short) IPPORT_BOOTPC;
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c431 IPPORT_BOOTPC);
432 bootpc_port = (u_short) IPPORT_BOOTPC;
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c192 #define IPPORT_BOOTPC 68 macro
640 sin->sin_port = htons(IPPORT_BOOTPC);

Completed in 195 milliseconds