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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h67 #define IPPORT_BOOTPC 68 macro
H A Dbootpd.c481 IPPORT_BOOTPC);
482 bootpc_port = (u_short) IPPORT_BOOTPC;
/freebsd-12-stable/stand/libsa/
H A Dbootp.h55 #define IPPORT_BOOTPC 68 macro
H A Dbootp.c175 d->myport = htons(IPPORT_BOOTPC);
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c435 IPPORT_BOOTPC);
436 bootpc_port = (u_short) IPPORT_BOOTPC;
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c279 IPPORT_BOOTPC);
280 bootpc_port = (u_short) IPPORT_BOOTPC;
H A Dprint-bootp.c80 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS)
86 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC)
/freebsd-12-stable/sys/nfs/
H A Dbootp_subr.c193 #define IPPORT_BOOTPC 68 macro
642 sin->sin_port = htons(IPPORT_BOOTPC);

Completed in 89 milliseconds