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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-sita.c82 pcap_if_t *iff; local
88 iff = acn_if_list;
89 while (iff) {
90 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name);
91 iff = iff->next;
93 iff = acn_if_list;
95 while (iff) {
123 pcap_if_t *iff; local
389 pcap_if_t *iff, *next_iff; local
568 pcap_if_t *iff, *prev_iff; local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodts.mk12 # Use print or printf iff they are builtin.
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1277 __u8 iff:4; member in struct:cpl_trace_pkt
1281 __u8 iff:4; member in struct:cpl_trace_pkt
1291 __u8 iff:4; member in struct:cpl_rx_pkt
1301 __u8 iff:4; member in struct:cpl_rx_pkt
1387 __u8 iff:4; member in struct:cpl_smt_write_req
1389 __u8 iff:4; member in struct:cpl_smt_write_req
1412 __u8 iff:4; member in struct:cpl_smt_read_req
1414 __u8 iff:4; member in struct:cpl_smt_read_req
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c99 TAILQ_HEAD(, iff) ifc_iff_head; /* list of filters */
114 struct iff { /* Filters for an interface */ struct
115 TAILQ_ENTRY(iff) iff_next;
264 static struct iff *iff_find(struct ifc *, int);
955 struct iff *iffp;
1124 struct iff *iffp;
3064 struct iff *iffp;
3170 struct iff iff, *iffp; local
3181 iffp = ⇔
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dbundle.c705 int iff; local
776 iff = IFF_POINTOPOINT | IFF_MULTICAST;
777 if (ID0ioctl(bundle.dev.fd, TUNSIFMODE, &iff) < 0)
784 iff = 0;
785 if (ID0ioctl(bundle.dev.fd, TUNSLMODE, &iff) < 0)
792 iff = 1;
793 if (ID0ioctl(bundle.dev.fd, TUNSIFHEAD, &iff) < 0) {
/freebsd-13-stable/contrib/file/magic/
H A DMakefile.am134 $(MAGIC_FRAGMENT_DIR)/iff \
H A DMakefile.in407 $(MAGIC_FRAGMENT_DIR)/iff \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc556 // Size can be 0 iff type is NONE.
H A Dsanitizer_interceptors_ioctl_netbsd.inc1480 // Size can be 0 iff type is NONE.
H A Dsanitizer_common_interceptors.inc3474 // \0 character. They write it iff they clear *src.
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1942 __u8 iff:4; member in struct:cpl_rx_pkt
1952 __u8 iff:4; member in struct:cpl_rx_pkt
2350 __u8 iff:4; member in struct:cpl_l2t_read_rpl
2352 __u8 iff:4; member in struct:cpl_l2t_read_rpl
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c428 * 6. Setup the line interrupt iff MSI-X is not supported.
436 * 13. Setup offload iff supported.
724 * 6. Turning off the offload support, iff it was turned on.
1358 req->iff = i;
2186 * active and current will differ iff current media is autoselect. That
H A Dcxgb_sge.c2647 struct port_info *pi = &adap->port[adap->rxpkt_map[cpl->iff]];

Completed in 293 milliseconds