Home
last modified time | relevance | path

Searched refs:iff (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
HDarp.c540 struct interface *ifp, *iff = NULL; in arp_announceaddr() local
553 if (iff != NULL && iff->metric < ifp->metric) in arp_announceaddr()
555 iff = ifp; in arp_announceaddr()
557 if (iff == NULL) in arp_announceaddr()
560 return arp_ifannounceaddr(iff, ia); in arp_announceaddr()
HDdhcpcd.c1057 struct interface *ifp, *iff; in dhcpcd_handleinterface() local
1093 iff = if_find(ctx->ifaces, ifp->name); in dhcpcd_handleinterface()
1095 if (iff != NULL) { in dhcpcd_handleinterface()
1096 if (iff->active) in dhcpcd_handleinterface()
1097 logdebugx("%s: interface updated", iff->name); in dhcpcd_handleinterface()
1099 iff->flags = ifp->flags; in dhcpcd_handleinterface()
1100 iff->hwlen = ifp->hwlen; in dhcpcd_handleinterface()
1102 memcpy(iff->hwaddr, ifp->hwaddr, iff->hwlen); in dhcpcd_handleinterface()
1111 iff = ifp; in dhcpcd_handleinterface()
1116 if (iff->active) in dhcpcd_handleinterface()
[all …]
/dragonfly/contrib/file/magic/Magdir/
HDiff3 # $File: iff,v 1.18 2022/03/21 19:57:18 christos Exp $
4 # iff: file(1) magic for Interchange File Format (see also "audio" & "images")
70 # These go at the end of the iff rules
HDadventure62 # For Quetzal and blorb magic see iff
HDaudio4 # audio: file(1) magic for sound formats (see also "iff")
HDimages4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for
1196 0 string Imagefile\ version- iff image data
/dragonfly/contrib/gdb-7/gdb/
HDada-operator.def22 value. Evaluates to true iff X is within range of the Nth
27 /* X IN L .. U. True iff L <= X <= U. */
48 UNOP_IN_RANGE before and after it. True iff X is a member of
HDstd-operator.def91 OP (BINOP_IN) /* Returns 1 iff ARG1 IN ARG2. */
/dragonfly/usr.sbin/route6d/
HDroute6d.c103 struct iff *ifc_filter; /* filter structure */
116 struct iff { struct
120 struct iff *iff_next; argument
250 static struct iff *iff_find(struct ifc *, int);
833 struct iff *iffp; in out_filter()
1005 struct iff *iffp; in riprecv()
2810 struct iff *iffp; in ifdump0()
2917 struct iff ftmp, *iff_obj; in filterconfig()
2964 iff_obj = (struct iff *)malloc(sizeof(struct iff)); in filterconfig()
2970 sizeof(struct iff)); in filterconfig()
[all …]
/dragonfly/usr.sbin/ppp/
HDbundle.c704 int iff; in bundle_Create() local
775 iff = IFF_POINTOPOINT | IFF_MULTICAST; in bundle_Create()
776 if (ID0ioctl(bundle.dev.fd, TUNSIFMODE, &iff) < 0) in bundle_Create()
783 iff = 0; in bundle_Create()
784 if (ID0ioctl(bundle.dev.fd, TUNSLMODE, &iff) < 0) in bundle_Create()
791 iff = 1; in bundle_Create()
792 if (ID0ioctl(bundle.dev.fd, TUNSIFHEAD, &iff) < 0) { in bundle_Create()
/dragonfly/contrib/gcc-4.7/gcc/
HDrtl.def233 base_after_vec: true iff BASE is after the ADDR_DIFF_VEC.
234 min_after_vec: true iff minimum addr target label is after the ADDR_DIFF_VEC.
235 max_after_vec: true iff maximum addr target label is after the ADDR_DIFF_VEC.
236 min_after_base: true iff minimum address target label is after BASE.
237 max_after_base: true iff maximum address target label is after BASE.
239 offset_unsigned: true iff offsets have to be treated as unsigned.
HDtarget.def1119 /* Return true iff attribute NAME expects a plain identifier as its first
/dragonfly/contrib/gcc-8.0/gcc/
HDrtl.def260 base_after_vec: true iff BASE is after the ADDR_DIFF_VEC.
261 min_after_vec: true iff minimum addr target label is after the ADDR_DIFF_VEC.
262 max_after_vec: true iff maximum addr target label is after the ADDR_DIFF_VEC.
263 min_after_base: true iff minimum address target label is after BASE.
264 max_after_base: true iff maximum address target label is after BASE.
266 offset_unsigned: true iff offsets have to be treated as unsigned.
HDmatch.pd1283 /* X / 4 < Y / 4 iff X < Y when the division is known to be exact. */
4221 /* cbrt(cbrt(x)) -> pow(x,1/9), iff x is nonnegative. */
4229 /* cbrt(pow(x,y)) -> pow(x,y/3), iff x is nonnegative. */
4237 /* pow(cbrt(x),y) -> pow(x,y/3) iff x is nonnegative. */
4241 /* pow(pow(x,y),z) -> pow(x,y*z) iff x is nonnegative. */
HDtarget.def2151 /* Return true iff attribute NAME expects a plain identifier as its first
/dragonfly/share/mk/
HDbsd.README280 libraries are used in DPADD. This works correctly iff all
/dragonfly/contrib/mpfr/doc/
HDmpfr.info1047 plus infinity or plus zero iff SIGN is nonnegative; in
1547 of SOP and COP, which must be different variables. Return 0 iff
1633 variables. Return 0 iff both results are exact (see
2110 variables IOP and FOP must be different. Return 0 iff both results
2142 Return non-zero iff OP is an integer.
2314 Return a non-zero value iff OP has its sign bit set (i.e., if it is
2530 invalid, inexact, _erange_) flag, which is non-zero iff the flag
2620 `mpfr_free_cache' each time you garbage the memory iff `mpfr_init',
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dfstream120 // Set iff _M_buf is allocated memory from _M_allocate_internal_buffer.
Dtype_traits599 // abstract types as destructible, iff the explicit destructor
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dfstream145 // Set iff _M_buf is allocated memory from _M_allocate_internal_buffer.
Dtype_traits777 // object types as destructible, iff the explicit destructor
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Drope131 // Store an eos iff _CharT is a basic character type.
1088 // iff we got from _M_path_end[leaf_index - __i - 1]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Drope132 // Store an eos iff _CharT is a basic character type.
1089 // iff we got from _M_path_end[leaf_index - __i - 1]