Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/
Dbootp.h66 #define IPPORT_BOOTPS 67 macro
Dbootpd.c442 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
Dprint-bootp.c80 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS)
86 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC)
Dbootptest.c246 IPPORT_BOOTPS);
247 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-12-stable/stand/libsa/
Dbootp.h54 #define IPPORT_BOOTPS 67 macro
Dbootp.c177 d->destport = htons(IPPORT_BOOTPS); in bootp()
/freebsd-12-stable/libexec/bootpd/bootpgw/
Dbootpgw.c397 bootps_port = (u_short) IPPORT_BOOTPS;
/freebsd-12-stable/sys/nfs/
Dbootp_subr.c194 #define IPPORT_BOOTPS 67 macro
655 sin->sin_port = htons(IPPORT_BOOTPS); in bootpc_call()