Home
last modified time | relevance | path

Searched refs:pkt_sendto (Results 1 – 2 of 2) sorted by relevance

/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dpacket.c449 pkt_sendto(struct pkt *pkt, struct iface *iface, struct sockaddr_in *pdst) in pkt_sendto() function
626 return (pkt_sendto(pkt, iface, NULL)); in pkt_send()
631 if (pkt_sendto(pkt, iface2, NULL) == -1) in pkt_send()
1260 if (pkt_sendto(&sendpkt, sendpkt.iface, pdst) == -1) in pkt_handle_qst()
H A Dmdnsd.h341 int pkt_sendto(struct pkt *, struct iface *, struct sockaddr_in *);