Symbol: send_packet
sbin/dhcp6leased/frontend.c
1007
send_packet(DHCPSOLICIT, iface);
sbin/dhcp6leased/frontend.c
510
send_packet(DHCPSOLICIT, iface);
sbin/dhcp6leased/frontend.c
513
send_packet(DHCPREQUEST, iface);
sbin/dhcp6leased/frontend.c
516
send_packet(DHCPRENEW, iface);
sbin/dhcp6leased/frontend.c
519
send_packet(DHCPREBIND, iface);
sbin/dhcp6leased/frontend.c
85
void send_packet(uint8_t, struct iface *);
sbin/dhcpleased/frontend.c
1213
send_packet(DHCPDISCOVER, iface);
sbin/dhcpleased/frontend.c
529
send_packet(DHCPDISCOVER, iface);
sbin/dhcpleased/frontend.c
545
send_packet(DHCPREQUEST, iface);
sbin/dhcpleased/frontend.c
97
void send_packet(uint8_t, struct iface *);
usr.sbin/dhcpd/bootp.c
344
(void) packet->interface->send_packet(packet->interface, &raw,
usr.sbin/dhcpd/bootp.c
364
(void) packet->interface->send_packet(packet->interface, &raw,
usr.sbin/dhcpd/bpf.c
67
ssize_t send_packet (struct interface_info *, struct dhcp_packet *,
usr.sbin/dhcpd/bpf.c
87
info->send_packet = send_packet;
usr.sbin/dhcpd/dhcp.c
1414
(void) state->ip->send_packet(state->ip, &raw,
usr.sbin/dhcpd/dhcp.c
1458
(void) state->ip->send_packet(state->ip, &raw, packet_length,
usr.sbin/dhcpd/dhcp.c
688
result = packet->interface->send_packet(packet->interface, &raw,
usr.sbin/dhcpd/dhcp.c
699
result = packet->interface->send_packet(packet->interface, &raw,
usr.sbin/dhcpd/dhcpd.h
274
ssize_t (*send_packet)(struct interface_info *, struct dhcp_packet *,
usr.sbin/dhcpd/udpsock.c
156
iface.send_packet = udpsock_send_packet;
usr.sbin/dhcrelay/dhcpd.h
147
ssize_t send_packet(struct interface_info *,
usr.sbin/dhcrelay/dhcrelay.c
378
if (send_packet(interfaces, packet, length, pc) != -1)
usr.sbin/dhcrelay/dhcrelay.c
855
send_packet(sp->intf, dp, dplen, pc);
usr.sbin/dhcrelay/dhcrelay.c
862
send_packet(interfaces, dp, dplen, pc);
usr.sbin/dhcrelay/dhcrelay.c
875
send_packet(interfaces, dp, dplen, pc);
usr.sbin/dhcrelay6/dhcpd.h
142
ssize_t send_packet(struct interface_info *,
usr.sbin/dhcrelay6/dhcrelay6.c
872
send_packet(dstif, p, buflen, pc);
usr.sbin/dhcrelay6/dhcrelay6.c
879
send_packet(interfaces, p, buflen, pc);
usr.sbin/dhcrelay6/dhcrelay6.c
902
send_packet(sp->intf, p, buflen, pc);
usr.sbin/dvmrpd/ask_nbrs2.c
58
ret = send_packet(iface, buf, &dst);
usr.sbin/dvmrpd/dvmrpe.h
186
int send_packet(struct iface *, struct ibuf *,
usr.sbin/dvmrpd/graft.c
58
ret = send_packet(iface, buf, &dst);
usr.sbin/dvmrpd/graft_ack.c
58
ret = send_packet(iface, buf, &dst);
usr.sbin/dvmrpd/igmp.c
83
ret = send_packet(iface, buf, &dst);
usr.sbin/dvmrpd/nbrs2.c
59
ret = send_packet(iface, buf, &dst);
usr.sbin/dvmrpd/probe.c
69
ret = send_packet(iface, buf, &dst);
usr.sbin/dvmrpd/prune.c
71
ret = send_packet(nbr->iface, buf, &dst);
usr.sbin/dvmrpd/report.c
65
ret = send_packet(iface, buf, &dst);
usr.sbin/eigrpd/eigrpe.h
140
int send_packet(struct eigrp_iface *, struct nbr *, uint32_t,
usr.sbin/eigrpd/hello.c
62
send_packet(ei, NULL, 0, buf);
usr.sbin/eigrpd/hello.c
89
send_packet(nbr->ei, nbr, 0, buf);
usr.sbin/eigrpd/rtp.c
120
send_packet(pkt->nbr->ei, pkt->nbr, 0, pkt->pbuf->buf);
usr.sbin/eigrpd/rtp.c
205
send_packet(ei, NULL, flags, buf);
usr.sbin/eigrpd/rtp.c
245
send_packet(nbr->ei, nbr, 0, buf);
usr.sbin/ldpd/hello.c
142
send_packet(fd, af, &dst, ia, ibuf_data(buf), ibuf_size(buf));
usr.sbin/ldpd/ldpe.h
267
int send_packet(int, int, union ldpd_addr *,
usr.sbin/npppd/l2tp/l2tp_call.c
1013
ppp->send_packet = l2tp_call_ppp_output;
usr.sbin/npppd/npppd/ppp.c
1027
_this->send_packet(_this, _this->outpacket_buf, outlen + hlen, 0);
usr.sbin/npppd/npppd/ppp.c
237
PPP_ASSERT(_this->send_packet != NULL);
usr.sbin/npppd/npppd/ppp.h
447
npppd_iofunc send_packet; /** send to physical layer */
usr.sbin/npppd/pppoe/pppoe_session.c
498
ppp->send_packet = pppoe_session_ppp_output;
usr.sbin/npppd/pptp/pptp_call.c
748
ppp->send_packet = pptp_call_ppp_output;
usr.sbin/ospf6d/database.c
146
if (send_packet(nbr->iface, buf, &dst) == -1)
usr.sbin/ospf6d/hello.c
101
if (send_packet(iface, buf, &dst) == -1)
usr.sbin/ospf6d/lsack.c
67
if (send_packet(iface, buf, &addr) == -1) {
usr.sbin/ospf6d/lsreq.c
78
if (send_packet(nbr->iface, buf, &dst) == -1)
usr.sbin/ospf6d/lsupdate.c
229
if (send_packet(iface, buf, &addr) == -1)
usr.sbin/ospf6d/ospfe.h
228
int send_packet(struct iface *, struct ibuf *, struct in6_addr *);
usr.sbin/ospfd/database.c
152
if (send_packet(nbr->iface, buf, &dst) == -1)
usr.sbin/ospfd/hello.c
105
if (send_packet(iface, buf, &dst) == -1)
usr.sbin/ospfd/lsack.c
73
if (send_packet(iface, buf, &dst) == -1) {
usr.sbin/ospfd/lsreq.c
80
if (send_packet(nbr->iface, buf, &dst) == -1)
usr.sbin/ospfd/lsupdate.c
222
if (send_packet(iface, buf, &dst) == -1)
usr.sbin/ospfd/ospfe.h
235
int send_packet(struct iface *, struct ibuf *, struct sockaddr_in *);
usr.sbin/ripd/message.c
137
send_packet(iface, ibuf_data(buf), ibuf_size(buf), &dst);
usr.sbin/ripd/message.c
213
send_packet(iface, ibuf_data(buf), ibuf_size(buf), &dst);
usr.sbin/ripd/message.c
308
send_packet(iface, ibuf_data(buf), ibuf_size(buf), &dst);
usr.sbin/ripd/ripe.h
75
int send_packet(struct iface *, void *, size_t, struct sockaddr_in *);