HomeSort by: relevance | last modified time | path
    Searched defs:uplink (Results 1 - 8 of 8) sorted by relevancy

  /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...]
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)
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_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.h 449 * uplink - Bitmap of TIDs mapped with a link in uplink direction
451 u8 uplink; member in struct:t2lm_mapping

Completed in 69 milliseconds