HomeSort by: relevance | last modified time | path
    Searched refs:llc_un (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netatalk/
phase2.h 35 #define llc_org_code llc_un.type_snap.org_code
36 #define llc_ether_type llc_un.type_snap.ether_type
  /src/sys/net/
if_llc.h 84 } llc_un /* XXX __packed ??? */; member in struct:llc
100 #define llc_control llc_un.type_u.control
101 #define llc_control_ext llc_un.type_raw.control_ext
102 #define llc_fid llc_un.type_u.format_id
103 #define llc_class llc_un.type_u.class_u
104 #define llc_window llc_un.type_u.window_x2
105 #define llc_frmrinfo llc_un.type_frmr.frmr_rej_pdu0
106 #define llc_frmr_pdu0 llc_un.type_frmr.frmr_rej_pdu0
107 #define llc_frmr_pdu1 llc_un.type_frmr.frmr_rej_pdu1
108 #define llc_frmr_control llc_un.type_frmr.frmr_contro
    [all...]
if_ethersubr.c 156 #define llc_snap_org_code llc_un.type_snap.org_code
157 #define llc_snap_ether_type llc_un.type_snap.ether_type
545 ether_type = htons(llc->llc_un.type_snap.ether_type);
if_bridge.c 2740 ether_type = htons(llc2->llc_un.type_snap.ether_type);

Completed in 35 milliseconds