Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/bootpd/
H A Dbootp.h65 #define IPPORT_BOOTPC 68 macro
H A Dbootpd.c467 IPPORT_BOOTPC); in main()
468 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
/freebsd-14.2/stand/libsa/
H A Dbootp.h53 #define IPPORT_BOOTPC 68 macro
H A Dbootp.c170 d->myport = htons(IPPORT_BOOTPC); in bootp()
/freebsd-14.2/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c75 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS) in bootp_print()
81 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC) in bootp_print()
H A Dbootptest.c275 IPPORT_BOOTPC); in main()
276 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
/freebsd-14.2/libexec/bootpd/bootpgw/
H A Dbootpgw.c421 IPPORT_BOOTPC); in main()
422 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
/freebsd-14.2/sys/nfs/
H A Dbootp_subr.c191 #define IPPORT_BOOTPC 68 macro
542 sin->sin_port = htons(IPPORT_BOOTPC); in bootpc_call()