Home
last modified time | relevance | path

Searched refs:build_packet (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/dhcp6leased/
H A Dfrontend.c84 ssize_t build_packet(uint8_t, struct iface *, char *);
735 build_packet(uint8_t message_type, struct iface *iface, char *if_name) in build_packet() function
921 pkt_len = build_packet(message_type, iface, if_name); in send_packet()
/openbsd/usr.sbin/rad/
H A Dfrontend.c159 int build_packet(struct ra_iface *);
982 if (build_packet(ra_iface)) { in merge_ra_interfaces()
1178 build_packet(struct ra_iface *ra_iface) in build_packet() function
1427 build_packet(ra_iface); in ra_output()
/openbsd/sbin/dhcpleased/
H A Dfrontend.c95 ssize_t build_packet(uint8_t, char *, uint32_t, struct ether_addr *,
921 build_packet(uint8_t message_type, char *if_name, uint32_t xid, in build_packet() function
1078 pkt_len = build_packet(message_type, if_name, iface->xid, in send_packet()