/freebsd/sys/netgraph/ |
H A D | ng_UI.c | 64 hook_p uplink; member 121 if (priv->uplink) in ng_UI_newhook() 123 priv->uplink = hook; in ng_UI_newhook() 142 if (priv->uplink) { in ng_UI_rcvmsg() 143 NG_FWD_ITEM_HOOK(error, item, priv->uplink); in ng_UI_rcvmsg() 186 NG_FWD_NEW_DATA(error, item, priv->uplink, m); /* m -> NULL */ in ng_UI_rcvdata() 187 } else if (hook == priv->uplink) { in ng_UI_rcvdata() 228 else if (hook == priv->uplink) in ng_UI_disconnect() 229 priv->uplink = NULL; in ng_UI_disconnect()
|
/freebsd/crypto/openssl/crypto/ |
H A D | build.info | 15 IF[{- !$disabled{uplink} -}] 16 $UPLINKSRC_common=../ms/uplink.c 17 $UPLINKSRC_x86=$UPLINKSRC_common uplink-x86.S 18 $UPLINKSRC_x86_64=$UPLINKSRC_common uplink-x86_64.s 19 $UPLINKSRC_ia64=$UPLINKSRC_common uplink-ia64.s 114 GENERATE[uplink-x86.S]=../ms/uplink-x86.pl 115 GENERATE[uplink-x86_64.s]=../ms/uplink-x86_64.pl 116 GENERATE[uplink-ia64.s]=../ms/uplink-ia64.pl
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-3720-eDPU.dts | 52 label = "uplink";
|
H A D | armada-7040-mochabin.dts | 389 /* Topaz switch uplink */
|
H A D | armada-8040-clearfog-gt-8k.dts | 579 /* Switch uplink */
|
/freebsd/share/examples/pf/ |
H A D | ackpri | 10 # upload saturates the uplink, download drops to 7 kB/s. With the
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | axc001.dtsi | 45 * to uplink only 1 IRQ to ARC core intc
|
H A D | axc003_idu.dtsi | 60 * to uplink only 1 IRQ to ARC core intc
|
H A D | axc003.dtsi | 53 * to uplink only 1 IRQ to ARC core intc
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 157 CMDFUNC(uplink); /* incr link */ 194 { "uplink", "Increment link count", 1, 1, FL_CWR, uplink }, 412 CMDFUNCSTART(uplink) in CMDFUNCSTART() argument
|
/freebsd/crypto/openssl/apps/ |
H A D | build.info | 5 IF[{- !$disabled{uplink} -}]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_event.c | 842 u16 uplink, downlink; in qca_nl80211_tid_to_link_map_event() local 859 uplink = nla_get_u16(tid[QCA_WLAN_VENDOR_ATTR_LINK_TID_MAP_STATUS_UPLINK]); in qca_nl80211_tid_to_link_map_event() 871 uplink, downlink); in qca_nl80211_tid_to_link_map_event() 873 if (uplink & BIT(i)) in qca_nl80211_tid_to_link_map_event() 874 event.t2l_map_info.t2lmap[i].uplink |= in qca_nl80211_tid_to_link_map_event() 893 drv->sta_mlo_info.links[i].t2lmap.uplink = in qca_nl80211_tid_to_link_map_event() 894 event.t2l_map_info.t2lmap[i].uplink; in qca_nl80211_tid_to_link_map_event()
|
H A D | driver.h | 451 u8 uplink; member
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp15xc-lxa-tac.dtsi | 483 label = "uplink";
|
/freebsd/crypto/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 698 @ : {- output_off() if $disabled{uplink}; "" -} 702 @ : {- output_on() if $disabled{uplink}; "" -} 772 @ : {- output_off() if $disabled{uplink}; "" -} 775 @ : {- output_on() if $disabled{uplink}; "" -}
|
H A D | windows-makefile.tmpl | 549 @{- output_off() if $disabled{uplink}; "" -} 552 @{- output_on() if $disabled{uplink}; "" -}
|
H A D | README.md | 169 uplink_arch => The architecture to be used for compiling uplink
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 8261 static void wpas_p2p_enable_cross_connect(struct wpa_supplicant *uplink) in wpas_p2p_enable_cross_connect() argument 8265 if (!uplink->global->cross_connection) in wpas_p2p_enable_cross_connect() 8268 for (iface = uplink->global->ifaces; iface; iface = iface->next) { in wpas_p2p_enable_cross_connect() 8271 if (os_strcmp(uplink->ifname, iface->cross_connect_uplink) != in wpas_p2p_enable_cross_connect() 8287 static void wpas_p2p_disable_cross_connect(struct wpa_supplicant *uplink) in wpas_p2p_disable_cross_connect() argument 8291 for (iface = uplink->global->ifaces; iface; iface = iface->next) { in wpas_p2p_disable_cross_connect() 8294 if (os_strcmp(uplink->ifname, iface->cross_connect_uplink) != in wpas_p2p_disable_cross_connect()
|
H A D | README | 1088 facilitates AP devices to configure DSCP settings for specific uplink
|
H A D | events.c | 5926 bitmap_to_str(info->t2lmap[i].uplink, uplink_map_str); in wpas_tid_link_map()
|
/freebsd/crypto/openssl/ |
H A D | Configure | 1317 $disabled{uplink} = 'no uplink_arch' unless (defined $target{uplink_arch});
|
H A D | INSTALL.md | 947 ### no-uplink
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 184 uint16_t uplink[IEEE80211_TTLM_NUM_TIDS]; member
|
/freebsd/crypto/openssl/test/ |
H A D | build.info | 17 IF[{- !$disabled{uplink} -}]
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 247 # minimum wait time for responses, increase if uplink is long. In msec.
|