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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c87 pcap_if_t *iff; local
93 iff = acn_if_list;
94 while (iff) {
95 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name);
96 iff = iff->next;
98 iff = acn_if_list;
100 while (iff) {
128 pcap_if_t *iff; local
389 pcap_if_t *iff, *next_iff; local
556 pcap_if_t *iff, *prev_iff; local
[all...]
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dmodts.mk12 # Use print or printf iff they are builtin.
/freebsd-10.3-release/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-10.3-release/usr.sbin/route6d/
H A Droute6d.c105 TAILQ_HEAD(, iff) ifc_iff_head; /* list of filters */
120 struct iff { /* Filters for an interface */ struct
121 TAILQ_ENTRY(iff) iff_next;
268 struct iff *iff_find(struct ifc *, int);
950 struct iff *iffp;
1118 struct iff *iffp;
3043 struct iff *iffp;
3149 struct iff iff, *iffp; local
3160 iffp = ⇔
[all...]
/freebsd-10.3-release/contrib/file/magic/
H A DMakefile.am121 $(MAGIC_FRAGMENT_DIR)/iff \
H A DMakefile.in393 $(MAGIC_FRAGMENT_DIR)/iff \
/freebsd-10.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c164 req->iff = idx;
/freebsd-10.3-release/usr.sbin/ppp/
H A Dbundle.c706 int iff; local
777 iff = IFF_POINTOPOINT | IFF_MULTICAST;
778 if (ID0ioctl(bundle.dev.fd, TUNSIFMODE, &iff) < 0)
785 iff = 0;
786 if (ID0ioctl(bundle.dev.fd, TUNSLMODE, &iff) < 0)
793 iff = 1;
794 if (ID0ioctl(bundle.dev.fd, TUNSIFHEAD, &iff) < 0) {
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h1644 __u8 iff:4; member in struct:cpl_rx_pkt
1654 __u8 iff:4; member in struct:cpl_rx_pkt
1990 __u8 iff:4; member in struct:cpl_l2t_read_rpl
1992 __u8 iff:4; member in struct:cpl_l2t_read_rpl
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S736 @ The Z flag will be set iff the operands are equal.
/freebsd-10.3-release/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.
1348 req->iff = i;
2174 * active and current will differ iff current media is autoselect. That
H A Dcxgb_sge.c2629 struct port_info *pi = &adap->port[adap->rxpkt_map[cpl->iff]];
/freebsd-10.3-release/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-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex2924 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
2943 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
/freebsd-10.3-release/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

Completed in 266 milliseconds