Searched defs:llc (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 139 def __init__(self, llc): argument 203 def wps_handover_init(llc): argument 392 def llcp_worker(llc): argument 405 def llcp_startup(clf, llc): argument 419 def llcp_connected(llc): argument
|
H A D | p2p-nfc.py | 153 def p2p_handover_client(llc): argument 260 def __init__(self, llc): argument 475 def llcp_worker(llc): argument 516 def llcp_startup(clf, llc): argument 522 def llcp_connected(llc): argument
|
H A D | dpp-nfc.py | 283 def __init__(self, handover, llc): argument 527 def __init__(self, handover, llc): argument 868 def llcp_worker(llc, try_alt): argument 949 def start_handover_server(self, llc): argument 972 def llcp_startup(llc): argument 977 def llcp_connected(llc): argument 988 def llcp_release(llc): argument
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_pc.c | 13 struct llc { struct 25 static struct llc llcs[] = { argument
|
/freebsd/contrib/wpa/hostapd/ |
H A D | wps-ap-nfc.py | 111 def __init__(self, llc): argument 252 def llcp_startup(clf, llc): argument 258 def llcp_connected(llc): argument
|
/freebsd/sys/net/ |
H A D | if_llc.h | 45 struct llc { struct 46 u_int8_t llc_dsap; argument 47 u_int8_t llc_ssap; argument 48 union { 84 } __packed llc_un; argument
|
H A D | if_fwsubr.c | 761 firewire_ifattach(struct ifnet *ifp, struct fw_hwaddr *llc) in firewire_ifattach()
|
H A D | if_bridge.c | 3806 int snap, struct llc *llc) in bridge_fragment() argument [all...] |
/freebsd/sys/net80211/ |
H A D | ieee80211_input.c | 319 struct llc *llc; in ieee80211_decap() local 386 struct llc *llc; in ieee80211_decap1() local
|
H A D | ieee80211_superg.c | 275 struct llc *llc; in ieee80211_ff_decap() local 366 struct llc *llc; in ieee80211_ff_encap() local
|
H A D | ieee80211_output.c | 1206 struct llc *llc; in ieee80211_classify() local 1484 struct llc *llc; in ieee80211_encap() local 4127 struct llc *llc; in ieee80211_ff_encap1() local
|
H A D | ieee80211_mesh.c | 1258 struct llc *llc; in mesh_decap() local
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 533 login_cap_t *llc = NULL; in setusercontext() local
|