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

/freebsd-11-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-11-stable/contrib/bmake/unit-tests/
H A Dmodts.mk12 # Use print or printf iff they are builtin.
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1276 __u8 iff:4; member in struct:cpl_trace_pkt
1280 __u8 iff:4; member in struct:cpl_trace_pkt
1290 __u8 iff:4; member in struct:cpl_rx_pkt
1300 __u8 iff:4; member in struct:cpl_rx_pkt
1386 __u8 iff:4; member in struct:cpl_smt_write_req
1388 __u8 iff:4; member in struct:cpl_smt_write_req
1411 __u8 iff:4; member in struct:cpl_smt_read_req
1413 __u8 iff:4; member in struct:cpl_smt_read_req
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c100 TAILQ_HEAD(, iff) ifc_iff_head; /* list of filters */
115 struct iff { /* Filters for an interface */ struct
116 TAILQ_ENTRY(iff) iff_next;
263 struct iff *iff_find(struct ifc *, int);
945 struct iff *iffp;
1114 struct iff *iffp;
3041 struct iff *iffp;
3147 struct iff iff, *iffp; local
3158 iffp = ⇔
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c164 req->iff = idx;
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c708 int iff; local
779 iff = IFF_POINTOPOINT | IFF_MULTICAST;
780 if (ID0ioctl(bundle.dev.fd, TUNSIFMODE, &iff) < 0)
787 iff = 0;
788 if (ID0ioctl(bundle.dev.fd, TUNSLMODE, &iff) < 0)
795 iff = 1;
796 if (ID0ioctl(bundle.dev.fd, TUNSIFHEAD, &iff) < 0) {
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am134 $(MAGIC_FRAGMENT_DIR)/iff \
H A DMakefile.in407 $(MAGIC_FRAGMENT_DIR)/iff \
/freebsd-11-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.inc3431 // \0 character. They write it iff they clear *src.
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1920 __u8 iff:4; member in struct:cpl_rx_pkt
1930 __u8 iff:4; member in struct:cpl_rx_pkt
2328 __u8 iff:4; member in struct:cpl_l2t_read_rpl
2330 __u8 iff:4; member in struct:cpl_l2t_read_rpl
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S736 @ The Z flag will be set iff the operands are equal.
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2623 struct port_info *pi = &adap->port[adap->rxpkt_map[cpl->iff]];
H A Dcxgb_main.c421 * 6. Setup the line interrupt iff MSI-X is not supported.
429 * 13. Setup offload iff supported.
717 * 6. Turning off the offload support, iff it was turned on.
1346 req->iff = i;
2174 * active and current will differ iff current media is autoselect. That
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3096 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3115 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2995 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3014 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4212 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
4231 % @ifclear VAR ... @end executes the `...' iff VAR has never been

Completed in 254 milliseconds