Searched refs:TAG_RELAY_SID (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe_relay.c41 if(! p_in->tags[TAG_RELAY_SID] ){
56 newpc->key_len = ntohs(p_in->tags[TAG_RELAY_SID]->tag_len);
57 memcpy(newpc->key, p_in->tags[TAG_RELAY_SID]->tag_data, newpc->key_len);
81 struct pppoe_tag *tag = p_in->tags[TAG_RELAY_SID];
121 struct pppoe_tag *tag = p_in->tags[TAG_RELAY_SID];
198 struct pppoe_tag *tag = p_in->tags[TAG_RELAY_SID];
H A Dpppoe.h113 #define TAG_RELAY_SID 5 macro
H A Dpppoe_server.c51 ses->curr_pkt.tags[ TAG_RELAY_SID ] = get_tag(p_in->hdr,PTT_RELAY_SID);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppoe.h114 #define TAG_RELAY_SID 5 macro

Completed in 146 milliseconds