/openbsd/gnu/usr.bin/perl/cpan/Socket/ |
H A D | Socket.pm | 1083 my ( $addr, $flags, $xflags ) = @_; 1104 $xflags ||= 0; 1107 if( $xflags & NIx_NOHOST ) { 1127 if( $xflags & NIx_NOSERV ) {
|
H A D | Socket.xs | 696 int xflags; in xs_getnameinfo() local 721 xflags = 0; in xs_getnameinfo() 723 xflags = SvIV(ST(2)); in xs_getnameinfo() 725 want_host = !(xflags & NIx_NOHOST); in xs_getnameinfo() 726 want_serv = !(xflags & NIx_NOSERV); in xs_getnameinfo()
|
/openbsd/sbin/slaacd/ |
H A D | frontend.c | 512 int flags, xflags, ifrdomain; in update_iface() local 514 if ((flags = get_flags(if_name)) == -1 || (xflags = in update_iface() 518 if (!(xflags & (IFXF_AUTOCONF6 | IFXF_AUTOCONF6TEMP))) in update_iface() 549 imsg_ifinfo.autoconf = (xflags & IFXF_AUTOCONF6); in update_iface() 550 imsg_ifinfo.temporary = (xflags & IFXF_AUTOCONF6TEMP); in update_iface() 551 imsg_ifinfo.soii = !(xflags & IFXF_INET6_NOSOII); in update_iface() 723 int xflags, if_index; in handle_route_message() local 739 xflags = get_xflags(if_name); in handle_route_message() 740 if (xflags == -1 || !(xflags & (IFXF_AUTOCONF6 | in handle_route_message()
|
/openbsd/usr.sbin/unbound/util/data/ |
H A D | msgencode.h | 169 uint16_t xflags, struct edns_data* edns);
|
H A D | msgencode.c | 1088 uint16_t xflags, struct edns_data* edns) in extended_error_encode() argument 1095 flags |= xflags; in extended_error_encode()
|
/openbsd/sbin/unwind/libunbound/util/data/ |
H A D | msgencode.h | 169 uint16_t xflags, struct edns_data* edns);
|
H A D | msgencode.c | 1088 uint16_t xflags, struct edns_data* edns) in extended_error_encode() argument 1095 flags |= xflags; in extended_error_encode()
|
/openbsd/sbin/dhcpleased/ |
H A D | frontend.c | 599 int flags, xflags; in update_iface() local 605 xflags = ifm->ifm_xflags; in update_iface() 620 if (!(xflags & IFXF_AUTOCONF4)) { in update_iface() 689 int flags, xflags; in init_ifaces() local 704 if ((xflags = get_xflags(if_name)) == -1) in init_ifaces() 706 if (!(xflags & IFXF_AUTOCONF4)) in init_ifaces()
|
/openbsd/sys/dev/usb/ |
H A D | if_rumreg.h | 183 uint16_t xflags; member
|
H A D | if_rum.c | 978 uint32_t flags, uint16_t xflags, int len, int rate) in rum_setup_tx_desc() argument 988 desc->xflags = htole16(xflags); in rum_setup_tx_desc()
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
H A D | IP.pm | 799 my ( $addr, $flags, $xflags ) = @_; 806 my ( $err, $host, $service ) = getnameinfo( $addr, $flags, $xflags || 0 );
|
/openbsd/sys/dev/ic/ |
H A D | rt2661reg.h | 236 uint16_t xflags; member
|
H A D | mtwreg.h | 806 uint8_t xflags; member
|
H A D | rt2860reg.h | 885 uint8_t xflags; member
|
H A D | rt2661.c | 1540 uint32_t flags, uint16_t xflags, int len, int rate, in rt2661_setup_tx_desc() argument 1551 desc->xflags = htole16(xflags); in rt2661_setup_tx_desc() 1552 desc->xflags |= htole16(nsegs << 13); in rt2661_setup_tx_desc()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p811.C | 162 int xflags() { return _flags; } in xflags() function 163 int xflags(int f) { int fl = _flags; _flags = f; return fl; } in xflags() function
|
H A D | p784.C | 493 int xflags() { return _flags; } in xflags() function 494 int xflags(int f) { int fl = _flags; _flags = f; return fl; } in xflags() function
|
/openbsd/sys/dev/pci/ |
H A D | if_iwireg.h | 208 uint8_t xflags; member
|
H A D | if_iwi.c | 1339 desc->xflags = 0; in iwi_tx_start() 1350 desc->xflags |= IWI_DATA_XFLAG_QOS; in iwi_tx_start() 1353 desc->xflags |= IWI_DATA_XFLAG_CCK; in iwi_tx_start()
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/ |
H A D | Zlib.pm | 507 my ($magic1, $magic2, $method, $flags, $time, $xflags, $oscode) =
|
/openbsd/regress/sbin/ifconfig/ |
H A D | ifaddr.c | 134 int flags, xflags, setaddr, setmask, setipdst, setbroad, doalias; variable 521 xflags = ifr->ifr_flags; in getinfo() 1100 printb("flags", flags | (xflags << 16), IFFBITS); in status()
|
/openbsd/lib/libz/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member
|
/openbsd/sys/lib/libz/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member
|
/openbsd/sbin/ifconfig/ |
H A D | ifconfig.c | 165 int flags, xflags, setaddr, setipdst, doalias; variable 1041 xflags = ifr->ifr_flags; in getinfo() 1456 xflags = my_ifr.ifr_flags; in setifxflags() 1460 xflags &= ~value; in setifxflags() 1462 xflags |= value; in setifxflags() 1463 my_ifr.ifr_flags = xflags; in setifxflags() 3308 printb("flags", flags | (xflags << 16), IFFBITS); in status()
|