Home
last modified time | relevance | path

Searched refs:LLC_DEST_SAP (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/llc/
Dllc_input.c44 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN) in llc_add_pack()
50 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN) in llc_remove_pack()
76 type = LLC_DEST_SAP; in llc_pdu_type()
Daf_llc.c1212 llc_add_pack(LLC_DEST_SAP, llc_sap_handler); in llc2_init()
1228 llc_remove_pack(LLC_DEST_SAP); in llc2_exit()
/linux-2.6.39/include/net/
Dllc.h92 #define LLC_DEST_SAP 1 /* Type 1 goes here */ macro