Home
last modified time | relevance | path

Searched refs:dlbindreq (Results 1 – 3 of 3) sorted by relevance

/src/sbin/ipf/ipsend/
H A Dsdlpi.c102 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 Ddlcommon.c264 dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, in dlbindreq() function
/src/contrib/libpcap/
H A Dpcap-dlpi.c145 static int dlbindreq(int, bpf_u_int32, char *);
760 if ((dlbindreq(p->fd, 1537, p->errbuf) < 0 &&
761 dlbindreq(p->fd, 2, p->errbuf) < 0) ||
790 if (dlbindreq(p->fd, 0, p->errbuf) < 0 ||
1102 if (dlbindreq(fd, hpsap, ebuf) < 0)
1564 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) function