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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-rpcap.c2392 struct rpcap_findalldevs_if findalldevs_if; local
2399 if (rpcap_recv(sockctrl, (char *)&findalldevs_if,
2403 findalldevs_if.namelen = ntohs(findalldevs_if.namelen);
2404 findalldevs_if.desclen = ntohs(findalldevs_if.desclen);
2405 findalldevs_if.naddr = ntohs(findalldevs_if.naddr);
2438 if (findalldevs_if.namelen)
2441 if (findalldevs_if
[all...]
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1337 struct rpcap_findalldevs_if *findalldevs_if;// rpcap structure that packet all the data of an interface together local
1413 findalldevs_if = (struct rpcap_findalldevs_if *) &sendbuf[sendbufidx];
1419 memset(findalldevs_if, 0, sizeof(struct rpcap_findalldevs_if));
1426 findalldevs_if->desclen = htons(ldescr);
1427 findalldevs_if->namelen = htons(lname);
1428 findalldevs_if->flags = htonl(d->flags);
1441 findalldevs_if->naddr++;
1448 findalldevs_if->naddr = htons(findalldevs_if->naddr);

Completed in 115 milliseconds