Searched refs:sendpacket (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/rtsold/
H A Dcap_sendmsg.c85 sendpacket(int sock, struct sockaddr_in6 *dst, uint32_t ifindex, int hoplimit, function
166 (void)sendpacket(probesock, &dst, ifindex, 1, NULL, 0);
189 n = sendpacket(rssock, &dst, ifindex, 255, data, len);
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c239 static int sendpacket(struct sockaddr_in6 *, int);
791 error = sendpacket(sin6, RIPSIZE(nrt));
1049 sendpacket(struct sockaddr_in6 *sin6, int len) function
1467 error = sendpacket(&ifcp->ifc_ripsin, RIPSIZE(1));
1501 (void)sendpacket(sin6, RIPSIZE(nn));

Completed in 499 milliseconds