Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h65 #define IPPORT_BOOTPC 68 macro
H A Dbootpd.c466 IPPORT_BOOTPC); in main()
467 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
/freebsd/stand/libsa/
H A Dbootp.h53 #define IPPORT_BOOTPC 68 macro
H A Dbootp.c170 d->myport = htons(IPPORT_BOOTPC); in bootp()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c275 IPPORT_BOOTPC); in main()
276 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
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()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c420 IPPORT_BOOTPC); in main()
421 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
/freebsd/sys/nfs/
H A Dbootp_subr.c191 #define IPPORT_BOOTPC 68 macro
542 sin->sin_port = htons(IPPORT_BOOTPC); in bootpc_call()