Searched refs:iff (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/libpcap/
H A Dpcap-sita.c90 pcap_if_t *iff; local
96 iff = acn_if_list;
97 while (iff) {
98 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name);
99 iff = iff->next;
101 iff = acn_if_list;
103 while (iff) {
131 pcap_if_t *iff; local
397 pcap_if_t *iff, *next_iff; local
569 pcap_if_t *iff, *prev_iff; local
[all...]
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1275 __u8 iff:4; member in struct:cpl_trace_pkt
1279 __u8 iff:4; member in struct:cpl_trace_pkt
1289 __u8 iff:4; member in struct:cpl_rx_pkt
1299 __u8 iff:4; member in struct:cpl_rx_pkt
1385 __u8 iff:4; member in struct:cpl_smt_write_req
1387 __u8 iff:4; member in struct:cpl_smt_write_req
1410 __u8 iff:4; member in struct:cpl_smt_read_req
1412 __u8 iff:4; member in struct:cpl_smt_read_req
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c95 TAILQ_HEAD(, iff) ifc_iff_head; /* list of filters */
110 struct iff { /* Filters for an interface */ struct
111 TAILQ_ENTRY(iff) iff_next;
260 static struct iff *iff_find(struct ifc *, int);
951 struct iff *iffp;
1120 struct iff *iffp;
3060 struct iff *iffp;
3166 struct iff iff, *iffp; local
3177 iffp = ⇔
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dbundle.c703 int iff; local
774 iff = IFF_POINTOPOINT | IFF_MULTICAST;
775 if (ID0ioctl(bundle.dev.fd, TUNSIFMODE, &iff) < 0)
782 iff = 0;
783 if (ID0ioctl(bundle.dev.fd, TUNSLMODE, &iff) < 0)
790 iff = 1;
791 if (ID0ioctl(bundle.dev.fd, TUNSIFHEAD, &iff) < 0) {
/freebsd-current/contrib/file/magic/
H A DMakefile.am145 $(MAGIC_FRAGMENT_DIR)/iff \
H A DMakefile.in422 $(MAGIC_FRAGMENT_DIR)/iff \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc559 // Size can be 0 iff type is NONE.
H A Dsanitizer_interceptors_ioctl_netbsd.inc1478 // Size can be 0 iff type is NONE.
H A Dsanitizer_common_interceptors.inc3645 // \0 character. They write it iff they clear *src.
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_msg.h1940 __u8 iff:4; member in struct:cpl_rx_pkt
1950 __u8 iff:4; member in struct:cpl_rx_pkt
2348 __u8 iff:4; member in struct:cpl_l2t_read_rpl
2350 __u8 iff:4; member in struct:cpl_l2t_read_rpl
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_main.c424 * 6. Setup the line interrupt iff MSI-X is not supported.
432 * 13. Setup offload iff supported.
720 * 6. Turning off the offload support, iff it was turned on.
1357 req->iff = i;
2184 * active and current will differ iff current media is autoselect. That
H A Dcxgb_sge.c2621 struct port_info *pi = &adap->port[adap->rxpkt_map[cpl->iff]];

Completed in 313 milliseconds