Searched refs:dlbindreq (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/ipsend/ |
| H A D | sdlpi.c | 108 dlbindreq(fd, 22, 1, DL_HP_RAWDLS, 0, 0); 110 dlbindreq(fd, ETHERTYPE_IP, 0, DL_CLDLS, 0, 0);
|
| H A D | dlcommon.c | 286 dlbindreq(fd, sap, max_conind, service_mode, conn_mgmt, xidtest) in dlbindreq() function
|
| /freebsd-12.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
|