Home
last modified time | relevance | path

Searched refs:SERVER_PORT (Results 1 – 13 of 13) sorted by relevance

/openbsd/usr.sbin/dhcpd/
H A Dbpf.c122 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, SERVER_PORT, 0, 1),
156 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, SERVER_PORT, 0, 4),
161 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, SERVER_PORT, 0, 1),
H A Ddhcpd.c186 server_port = htons(SERVER_PORT); in main()
H A Ddhcpd.h49 #define SERVER_PORT 67 macro
/openbsd/usr.sbin/dhcrelay/
H A Dbpf.c148 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, SERVER_PORT, 0, 1),
184 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, SERVER_PORT, 0, 1),
249 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, SERVER_PORT, 0, 1),
H A Ddhcpd.h44 #define SERVER_PORT 67 macro
H A Ddhcrelay.c244 laddr.sin_port = htons(SERVER_PORT); in main()
251 ss2sin(&sp->to)->sin_port = htons(SERVER_PORT); in main()
550 ss2sin(&pc.pc_src)->sin_port = htons(SERVER_PORT); in got_response()
/openbsd/usr.sbin/vmd/
H A Ddhcp.h59 #define SERVER_PORT 67 macro
H A Ddhcp.c81 ntohs(ss2sin(&pc.pc_dst)->sin_port) != SERVER_PORT) in dhcp_request()
162 ss2sin(&pc.pc_src)->sin_port = htons(SERVER_PORT); in dhcp_request()
/openbsd/etc/examples/
H A Drelayd.conf42 value "$SERVER_ADDR:$SERVER_PORT"
/openbsd/sbin/dhcp6leased/
H A Ddhcp6leased.h31 #define SERVER_PORT 547 macro
H A Dfrontend.c168 dst.sin6_port = ntohs(SERVER_PORT); in frontend()
/openbsd/sbin/dhcpleased/
H A Ddhcpleased.h26 #define SERVER_PORT 67 macro
H A Dfrontend.c1097 to.sin_port = ntohs(SERVER_PORT); in udp_send_packet()
1141 udp.uh_dport = htons(SERVER_PORT); in bpf_send_packet()