Searched refs:sendpacket (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/usr.sbin/rtsold/ |
| D | cap_sendmsg.c | 85 sendpacket(int sock, struct sockaddr_in6 *dst, uint32_t ifindex, int hoplimit, in sendpacket() function 166 (void)sendpacket(probesock, &dst, ifindex, 1, NULL, 0); in probe_defrouters() 189 n = sendpacket(rssock, &dst, ifindex, 255, data, len); in rssend()
|
| /freebsd-12-stable/usr.sbin/route6d/ |
| D | route6d.c | 239 static int sendpacket(struct sockaddr_in6 *, int); 791 error = sendpacket(sin6, RIPSIZE(nrt)); in ripflush() 1049 sendpacket(struct sockaddr_in6 *sin6, int len) in sendpacket() function 1467 error = sendpacket(&ifcp->ifc_ripsin, RIPSIZE(1)); in sendrequest() 1501 (void)sendpacket(sin6, RIPSIZE(nn)); in riprequest()
|