Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/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)) in ps_inet_sendmsg()
H A Ddhcp.c1588 sin.sin_port = htons(BOOTPC); in dhcp_openudp()
1653 udp->uh_sport = htons(BOOTPC); in dhcp_makeudppacket()
1684 .uh_sport = htons(BOOTPC), in dhcp_sendudp()
3468 if (udp.uh_dport != htons(BOOTPC)) in is_packet_udp_bootp()