| /src/external/mpl/dhcp/dist/relay/ |
| dhcrelay.c | 112 struct interface_info *uplink = NULL; variable in typeref:struct:interface_info 550 if (uplink) { 551 usage("more than one uplink (-U) specified: %s" 555 /* Allocate the uplink interface */ 556 status = interface_allocate(&uplink, MDL); 558 log_fatal("%s: uplink interface_allocate: %s", 562 if (strlen(argv[i]) >= sizeof(uplink->name)) { 563 log_fatal("%s: uplink name too long," 565 argv[i], (long)(sizeof(uplink->name) - 1)); 568 uplink->name[sizeof(uplink->name) - 1] = 0x00 [all...] |
| /src/sbin/fsdb/ |
| fsdb.c | 243 CMDFUNC(uplink); /* incr link */ variable 286 {"uplink", "Increment link count", 1, 1, uplink}, 482 CMDFUNC(uplink)
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_event.c | 842 u16 uplink, downlink; local 855 "nl80211: TID-to-link: uplink not present for tid: %d", 859 uplink = nla_get_u16(tid[QCA_WLAN_VENDOR_ATTR_LINK_TID_MAP_STATUS_UPLINK]); 870 "nl80211: TID-to-link: Received uplink %x downlink %x", 871 uplink, downlink); 873 if (uplink & BIT(i)) 874 event.t2l_map_info.t2lmap[i].uplink |= 893 drv->sta_mlo_info.links[i].t2lmap.uplink = 894 event.t2l_map_info.t2lmap[i].uplink;
|
| driver.h | 449 * uplink - Bitmap of TIDs mapped with a link in uplink direction 451 u8 uplink; member in struct:t2lm_mapping
|
| driver_nl80211.c | 11092 i, mlo->links[i].t2lmap.uplink,
|
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| windows-makefile.tmpl | 556 @{- output_off() if $disabled{uplink}; "" -} 559 @{- output_on() if $disabled{uplink}; "" -}
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| windows-makefile.tmpl | 549 @{- output_off() if $disabled{uplink}; "" -} 552 @{- output_on() if $disabled{uplink}; "" -}
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.c | 8261 static void wpas_p2p_enable_cross_connect(struct wpa_supplicant *uplink) 8265 if (!uplink->global->cross_connection) 8268 for (iface = uplink->global->ifaces; iface; iface = iface->next) { 8271 if (os_strcmp(uplink->ifname, iface->cross_connect_uplink) != 8287 static void wpas_p2p_disable_cross_connect(struct wpa_supplicant *uplink) 8291 for (iface = uplink->global->ifaces; iface; iface = iface->next) { 8294 if (os_strcmp(uplink->ifname, iface->cross_connect_uplink) != 8353 "%s to %s whenever uplink is available",
|
| events.c | 5926 bitmap_to_str(info->t2lmap[i].uplink, uplink_map_str);
|
| /src/crypto/external/apache2/openssl/dist/ |
| Configure | 107 # no-uplink Don't build support for UPLINK interface. 552 "uplink", 679 "shared" => [ "dynamic-engine", "uplink" ], 1446 # If uplink_arch isn't defined, disable uplink 1447 $disabled{uplink} = 'no uplink_arch' unless (defined $target{uplink_arch});
|
| /src/crypto/external/bsd/openssl/dist/ |
| Configure | 93 # no-uplink Don't build support for UPLINK interface. 502 "uplink", 609 "shared" => [ "dynamic-engine", "uplink" ], 1316 # If uplink_arch isn't defined, disable uplink 1317 $disabled{uplink} = 'no uplink_arch' unless (defined $target{uplink_arch});
|