Searched refs:send_packet (Results 1 - 25 of 59) sorted by relevance

123

/openbsd-current/usr.sbin/dvmrpd/
H A Dgraft_ack.c58 ret = send_packet(iface, buf, &dst);
H A Dask_nbrs2.c58 ret = send_packet(iface, buf, &dst);
H A Dgraft.c58 ret = send_packet(iface, buf, &dst);
H A Dnbrs2.c59 ret = send_packet(iface, buf, &dst);
H A Dprune.c71 ret = send_packet(nbr->iface, buf, &dst);
H A Dprobe.c69 ret = send_packet(iface, buf, &dst);
H A Digmp.c83 ret = send_packet(iface, buf, &dst);
H A Ddvmrpe.h186 int send_packet(struct iface *, struct ibuf *,
/openbsd-current/usr.sbin/eigrpd/
H A Dhello.c62 send_packet(ei, NULL, 0, buf);
89 send_packet(nbr->ei, nbr, 0, buf);
H A Drtp.c120 send_packet(pkt->nbr->ei, pkt->nbr, 0, pkt->pbuf->buf);
205 send_packet(ei, NULL, flags, buf);
245 send_packet(nbr->ei, nbr, 0, buf);
H A Deigrpe.h140 int send_packet(struct eigrp_iface *, struct nbr *, uint32_t,
/openbsd-current/usr.sbin/dhcpd/
H A Dbpf.c67 ssize_t send_packet (struct interface_info *, struct dhcp_packet *,
87 info->send_packet = send_packet;
237 send_packet(struct interface_info *interface, struct dhcp_packet *raw, function
259 log_warn("send_packet");
H A Dbootp.c344 (void) packet->interface->send_packet(packet->interface, &raw,
364 (void) packet->interface->send_packet(packet->interface, &raw,
H A Dudpsock.c156 iface.send_packet = udpsock_send_packet;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddve3900-rom.c82 static void send_packet (char type, unsigned char *buf, int buflen, int seq);
680 send_packet (char type, unsigned char *buf, int buflen, int seq) function
772 send_packet ('p', len, sizeof (len), seq);
782 send_packet ('e', "", 0, 0);
903 send_packet ('a', "", 0, 0);
923 send_packet ('a', "", 0, 0);
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py146 send_packet = sequence_entry.get_send_packet()
148 if len(send_packet) == 1 and send_packet[0] == chr(3):
151 packet_desc = send_packet
154 server.send_raw(send_packet.encode())
874 def send_packet(self, packet): member in class:Server
/openbsd-current/usr.sbin/ripd/
H A Dripe.h75 int send_packet(struct iface *, void *, size_t, struct sockaddr_in *);
H A Dmessage.c137 send_packet(iface, ibuf_data(buf), ibuf_size(buf), &dst);
213 send_packet(iface, ibuf_data(buf), ibuf_size(buf), &dst);
308 send_packet(iface, ibuf_data(buf), ibuf_size(buf), &dst);
H A Dpacket.c60 send_packet(struct iface *iface, void *pkt, size_t len, struct sockaddr_in *dst) function
65 log_warn("send_packet: error setting multicast "
72 log_warn("send_packet: error sending packet on interface %s",
/openbsd-current/usr.sbin/dhcrelay/
H A Ddhcpd.h147 ssize_t send_packet(struct interface_info *,
/openbsd-current/usr.sbin/dhcrelay6/
H A Ddhcpd.h142 ssize_t send_packet(struct interface_info *,
/openbsd-current/sbin/dhcp6leased/
H A Dfrontend.c86 void send_packet(uint8_t, struct iface *);
494 send_packet(DHCPSOLICIT, iface);
497 send_packet(DHCPREQUEST, iface);
500 send_packet(DHCPRENEW, iface);
503 send_packet(DHCPREBIND, iface);
938 send_packet(uint8_t message_type, struct iface *iface) function
1032 send_packet(DHCPSOLICIT, iface);
/openbsd-current/sbin/dhclient/
H A Ddhcpd.h199 ssize_t send_packet(struct interface_info *, struct in_addr,
/openbsd-current/usr.sbin/ospf6d/
H A Dhello.c101 if (send_packet(iface, buf, &dst) == -1)
/openbsd-current/usr.sbin/ldpd/
H A Dldpe.h262 int send_packet(int, int, union ldpd_addr *,

Completed in 148 milliseconds

123