Home
last modified time | relevance | path

Searched defs:send_packet (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.sbin/dhcpd/
H A Dbpf.c237 send_packet(struct interface_info *interface, struct dhcp_packet *raw, in send_packet() function
H A Ddhcpd.h276 ssize_t (*send_packet)(struct interface_info *, struct dhcp_packet *, member
/openbsd/usr.sbin/dvmrpd/
H A Dpacket.c65 send_packet(struct iface *iface, struct ibuf *pkt, struct sockaddr_in *dst) in send_packet() function
/openbsd/usr.sbin/dhcrelay/
H A Dbpf.c333 send_packet(struct interface_info *interface, in send_packet() function
/openbsd/usr.sbin/ripd/
H A Dpacket.c60 send_packet(struct iface *iface, void *pkt, size_t len, struct sockaddr_in *dst) in send_packet() function
/openbsd/usr.sbin/dhcrelay6/
H A Dbpf.c272 send_packet(struct interface_info *interface, in send_packet() function
/openbsd/sbin/dhclient/
H A Dbpf.c243 send_packet(struct interface_info *ifi, struct in_addr from, struct in_addr to, in send_packet() function
/openbsd/usr.sbin/ospfd/
H A Dpacket.c63 send_packet(struct iface *iface, struct ibuf *buf, struct sockaddr_in *dst) in send_packet() function
/openbsd/usr.sbin/ospf6d/
H A Dpacket.c83 send_packet(struct iface *iface, struct ibuf *buf, in send_packet() function
/openbsd/usr.sbin/eigrpd/
H A Dpacket.c159 send_packet(struct eigrp_iface *ei, struct nbr *nbr, uint32_t flags, in send_packet() function
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddve3900-rom.c680 send_packet (char type, unsigned char *buf, int buflen, int seq) in send_packet() function
/openbsd/usr.sbin/ldpd/
H A Dpacket.c78 send_packet(int fd, int af, union ldpd_addr *dst, struct iface_af *ia, in send_packet() function
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py874 def send_packet(self, packet): member in Server
/openbsd/sbin/dhcpleased/
H A Dfrontend.c1053 send_packet(uint8_t message_type, struct iface *iface) in send_packet() function
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py255 def send_packet(self, command_dict, set_sequence=True): member in DebugCommunication
/openbsd/usr.sbin/npppd/npppd/
H A Dppp.h447 npppd_iofunc send_packet; /** send to physical layer */ member