Searched refs:dlbindreq (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | sdlpi.c | 102 dlbindreq(fd, 22, 1, DL_HP_RAWDLS, 0, 0); in initdevice() 104 dlbindreq(fd, ETHERTYPE_IP, 0, DL_CLDLS, 0, 0); in initdevice()
|
H A D | dlcommon.c | 264 dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, in dlbindreq() function
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dlpi.c | 145 static int dlbindreq(int, bpf_u_int32, char *); 627 if ((dlbindreq(p->fd, 1537, p->errbuf) < 0 && 628 dlbindreq(p->fd, 2, p->errbuf) < 0) || 657 if (dlbindreq(p->fd, 0, p->errbuf) < 0 || 964 if (dlbindreq(fd, hpsap, ebuf) < 0) 1462 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) function
|