Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netgraph/
H A Dng_pppoe.c256 uint16_t Session_ID; member
406 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in make_packet()
541 if (tsp->Session_ID == val) in pppoe_getnewsession()
545 sp->Session_ID = val; in pppoe_getnewsession()
562 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_addsession()
574 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_delsession()
591 if (sp->Session_ID == session && in pppoe_findsession()
1328 *(uint16_t *)msg->data = sp->Session_ID; in send_sessionid()
1787 if (sp->Session_ID == 0) { in ng_pppoe_rcvdata_ether()
1858 sp->Session_ID = ntohs(wh->ph.sid); in ng_pppoe_rcvdata_ether()
[all …]