Searched refs:BOOTPC (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp.h50 #define BOOTPC 68 macro
H A Dbpf.c616 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, BOOTPC, 1, 0),
627 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, (BOOTPC << 16) + BOOTPS, 1, 0),
H A Dprivsep-inet.c279 if (!ps_inet_validudp(msg, BOOTPC, BOOTPS))
H A Ddhcp.c1588 sin.sin_port = htons(BOOTPC);
1653 udp->uh_sport = htons(BOOTPC);
1684 .uh_sport = htons(BOOTPC),
3468 if (udp.uh_dport != htons(BOOTPC))

Completed in 116 milliseconds