Searched refs:dlbindreq (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sbin/ipf/ipsend/ |
| H A D | sdlpi.c | 107 dlbindreq(fd, 22, 1, DL_HP_RAWDLS, 0, 0); in initdevice() 109 dlbindreq(fd, ETHERTYPE_IP, 0, DL_CLDLS, 0, 0); in initdevice()
|
| H A D | dlcommon.c | 265 dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, in dlbindreq() function
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-dlpi.c | 153 static int dlbindreq(int, bpf_u_int32, char *); 610 if ((dlbindreq(p->fd, 1537, p->errbuf) < 0 && 611 dlbindreq(p->fd, 2, p->errbuf) < 0) || 640 if (dlbindreq(p->fd, 0, p->errbuf) < 0 || 947 if (dlbindreq(fd, hpsap, ebuf) < 0) 1434 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) function
|