/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 88 pcap_if_t *iff; in dump_interface_list() local 94 iff = acn_if_list; in dump_interface_list() 95 while (iff) { in dump_interface_list() 96 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name); in dump_interface_list() 97 iff = iff->next; in dump_interface_list() 99 iff = acn_if_list; in dump_interface_list() 101 while (iff) { in dump_interface_list() 102 n = (iff->name) ? iff->name : ""; in dump_interface_list() 103 d = (iff->description) ? iff->description : ""; in dump_interface_list() 104 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : ""; in dump_interface_list() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | iff | 3 # $File: iff,v 1.20 2024/02/09 00:44:31 christos Exp $ 4 # iff: file(1) magic for Interchange File Format (see also "audio" & "images") 69 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/i/iff-pch.trid.xml 73 #!:mime application/x-iff 91 # These go at the end of the iff rules
|
H A D | adventure | 64 # For Quetzal and blorb magic see iff
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ibm,emac.txt | 48 - mdio-device : 1 cell, required iff using shared MDIO registers 51 - zmii-device : 1 cell, required iff connected to a ZMII. phandle of 53 - zmii-channel : 1 cell, required iff connected to a ZMII. Which ZMII 55 - rgmii-device : 1 cell, required iff connected to an RGMII. phandle 58 - rgmii-channel : 1 cell, required iff connected to an RGMII. Which
|
/freebsd/share/doc/smm/18.net/ |
H A D | spell.ok | 186 iff 202 info.iff
|
/freebsd/usr.sbin/route6d/ |
H A D | route6d.c | 95 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; in out_filter() 1120 struct iff *iffp; in riprecv() 3060 struct iff *iffp; in ifdump0() 3166 struct iff iff, *iffp; in filterconfig() local 3177 iffp = ⇔ in filterconfig() 3226 memcpy(iffp, &iff, sizeof(*iffp)); in filterconfig() [all …]
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 1275 __u8 iff:4; member 1279 __u8 iff:4; member 1289 __u8 iff:4; member 1299 __u8 iff:4; member 1385 __u8 iff:4; member 1387 __u8 iff:4; member 1410 __u8 iff:4; member 1412 __u8 iff:4; member
|
/freebsd/usr.sbin/ppp/ |
H A D | bundle.c | 703 int iff; in bundle_Create() local 774 iff = IFF_POINTOPOINT | IFF_MULTICAST; in bundle_Create() 775 if (ID0ioctl(bundle.dev.fd, TUNSIFMODE, &iff) < 0) in bundle_Create() 782 iff = 0; in bundle_Create() 783 if (ID0ioctl(bundle.dev.fd, TUNSLMODE, &iff) < 0) in bundle_Create() 790 iff = 1; in bundle_Create() 791 if (ID0ioctl(bundle.dev.fd, TUNSIFHEAD, &iff) < 0) { in bundle_Create()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | tuple | 41 constexpr explicit(see-below) tuple(pair<U1, U2>&); // iff sizeof...(Types) == 2 // C++23 43 … explicit(see-below) tuple(const pair<U1, U2>&); // iff sizeof...(T) == 2 // constexpr in C++14 45 explicit(see-below) tuple(pair<U1, U2>&&); // iff sizeof...(T) == 2 // constexpr in C++14 47 … constexpr explicit(see-below) tuple(const pair<U1, U2>&&); // iff sizeof...(Types) == 2 // C++23 94 …tuple& operator=(const pair<U1, U2>&); // iff sizeof...(T) == 2 // constexpr in … 96 …constexpr const tuple& operator=(const pair<U1, U2>&) const; // iff sizeof...(Types) == 2 // C++… 98 …tuple& operator=(pair<U1, U2>&&); // iff sizeof...(T) == 2 // constexpr in … 100 … constexpr const tuple& operator=(pair<U1, U2>&&) const; // iff sizeof...(Types) == 2 // C++23 103 tuple& operator=(array<U, N> const&) // iff sizeof...(T) == N, EXTENSION 105 tuple& operator=(array<U, N>&&) // iff sizeof...(T) == N, EXTENSION
|
H A D | functional | 409 : public unary_function<T1, R> // iff sizeof...(ArgTypes) == 1 and 411 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_cfg.txt | 123 # TCAM iff there is room left (that is, the rest don't add up to 2048).
|
H A D | t6fw_cfg_hashfilter.txt | 149 # TCAM iff there is room left (that is, the rest don't add up to 3072).
|
H A D | t5fw_cfg.txt | 168 # TCAM iff there is room left (that is, the rest don't add up to 2048).
|
H A D | t5fw_cfg_hashfilter.txt | 171 # TCAM iff there is room left (that is, the rest don't add up to 2048).
|
H A D | t6fw_cfg.txt | 159 # TCAM iff there is room left (that is, the rest don't add up to 3072).
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-st.txt | 65 bank can be an interrupt controller iff one of the interrupt type either via
|
/freebsd/contrib/file/magic/ |
H A D | Makefile.am | 145 $(MAGIC_FRAGMENT_DIR)/iff \
|
H A D | Makefile.in | 423 $(MAGIC_FRAGMENT_DIR)/iff \
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 622 dnl HAVE_THREADS is defined by <ldap_pvt_thread.h> iff -UNO_THREADS 624 dnl libldap/*.c should only include <ldap_pvt_thread.h> iff
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | README.txt | 304 // iff a == b and neither is NaN. 306 // iff a == b and neither is NaN.
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 44 fi file for formal fortran global if iff ift\
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 1940 __u8 iff:4; member 1950 __u8 iff:4; member 2348 __u8 iff:4; member 2350 __u8 iff:4; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsHexagonDep.def | 311 TARGET_BUILTIN(__builtin_HEXAGON_F2_sfcmpeq, "iff", "", V5) 312 TARGET_BUILTIN(__builtin_HEXAGON_F2_sfcmpge, "iff", "", V5) 313 TARGET_BUILTIN(__builtin_HEXAGON_F2_sfcmpgt, "iff", "", V5) 314 TARGET_BUILTIN(__builtin_HEXAGON_F2_sfcmpuo, "iff", "", V5)
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h.in | 416 * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
|