Searched refs:dlbindreq (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dsdlpi.c115 dlbindreq(fd, 22, 1, DL_HP_RAWDLS, 0, 0);
117 dlbindreq(fd, ETHERTYPE_IP, 0, DL_CLDLS, 0, 0);
H A Ddlcommon.c290 dlbindreq(fd, sap, max_conind, service_mode, conn_mgmt, xidtest) function
316 syserr("dlbindreq: putmsg");
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-dlpi.c142 static int dlbindreq(int, bpf_u_int32, char *);
582 if ((dlbindreq(p->fd, 1537, p->errbuf) < 0 &&
583 dlbindreq(p->fd, 2, p->errbuf) < 0) ||
612 if (dlbindreq(p->fd, 0, p->errbuf) < 0 ||
908 if (dlbindreq(fd, hpsap, ebuf) < 0)
1309 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) function
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dsdlpi.c186 dlbindreq(fd, ETHERTYPE_IP, 0, DL_CLDLS, 0, 0);

Completed in 166 milliseconds