Lines Matching refs:wh

410 	struct pppoe_full_hdr *wh = &sp->neg->pkt->pkt_header;  in make_packet()  local
421 dp = (char *)(&wh->ph + 1); in make_packet()
426 if ((length + tlen) > (ETHER_MAX_LEN - 4 - sizeof(*wh))) { in make_packet()
435 wh->ph.length = htons(length); in make_packet()
436 sp->neg->m->m_len = length + sizeof(*wh); in make_packet()
437 sp->neg->m->m_pkthdr.len = length + sizeof(*wh); in make_packet()
596 pppoe_findsession(priv_p privp, const struct pppoe_full_hdr *wh) in pppoe_findsession() argument
598 uint16_t session = ntohs(wh->ph.sid); in pppoe_findsession()
606 wh->eh.ether_shost, ETHER_ADDR_LEN) == 0) { in pppoe_findsession()
1159 struct pppoe_full_hdr *wh; in ng_pppoe_rcvmsg() local
1163 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_rcvmsg()
1164 bcopy(&sp->pkt_hdr, wh, sizeof(*wh)); in ng_pppoe_rcvmsg()
1167 wh->ph.code = PADM_CODE; in ng_pppoe_rcvmsg()
1172 if (wh->eh.ether_type == in ng_pppoe_rcvmsg()
1174 wh->eh.ether_type = ETHERTYPE_PPPOE_3COM_DISC; in ng_pppoe_rcvmsg()
1176 wh->eh.ether_type = ETHERTYPE_PPPOE_DISC; in ng_pppoe_rcvmsg()
1180 tag = (void *)(&wh->ph + 1); in ng_pppoe_rcvmsg()
1184 m->m_pkthdr.len = m->m_len = sizeof(*wh) + sizeof(*tag) + in ng_pppoe_rcvmsg()
1186 wh->ph.length = htons(sizeof(*tag) + ourmsg->data_len); in ng_pppoe_rcvmsg()
1204 struct pppoe_full_hdr *wh; in ng_pppoe_rcvmsg() local
1208 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_rcvmsg()
1209 bcopy(&sp->pkt_hdr, wh, sizeof(*wh)); in ng_pppoe_rcvmsg()
1212 wh->ph.code = PADM_CODE; in ng_pppoe_rcvmsg()
1217 if (wh->eh.ether_type == in ng_pppoe_rcvmsg()
1219 wh->eh.ether_type = ETHERTYPE_PPPOE_3COM_DISC; in ng_pppoe_rcvmsg()
1221 wh->eh.ether_type = ETHERTYPE_PPPOE_DISC; in ng_pppoe_rcvmsg()
1225 tag = (void *)(&wh->ph + 1); in ng_pppoe_rcvmsg()
1229 m->m_pkthdr.len = m->m_len = sizeof(*wh) + sizeof(*tag) + in ng_pppoe_rcvmsg()
1231 wh->ph.length = htons(sizeof(*tag) + ourmsg->data_len); in ng_pppoe_rcvmsg()
1431 struct pppoe_full_hdr *wh; in ng_pppoe_rcvdata() local
1465 M_PREPEND(m, sizeof(*wh), M_NOWAIT); in ng_pppoe_rcvdata()
1469 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_rcvdata()
1470 bcopy(&sp->pkt_hdr, wh, sizeof(*wh)); in ng_pppoe_rcvdata()
1471 wh->ph.length = htons(m->m_pkthdr.len - sizeof(*wh)); in ng_pppoe_rcvdata()
1492 if (m->m_len < sizeof(*wh)) { in ng_pppoe_rcvdata()
1493 m = m_pullup(m, sizeof(*wh)); in ng_pppoe_rcvdata()
1497 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_rcvdata()
1498 ph = &wh->ph; in ng_pppoe_rcvdata()
1499 code = wh->ph.code; in ng_pppoe_rcvdata()
1501 neg->pkt->pkt_header.eh.ether_type = wh->eh.ether_type; in ng_pppoe_rcvdata()
1512 bcopy(wh->eh.ether_shost, in ng_pppoe_rcvdata()
1582 const struct pppoe_full_hdr *wh; in ng_pppoe_rcvdata_ether() local
1601 if( m->m_len < sizeof(*wh)) { in ng_pppoe_rcvdata_ether()
1602 m = m_pullup(m, sizeof(*wh)); /* Checks length */ in ng_pppoe_rcvdata_ether()
1609 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_rcvdata_ether()
1610 length = ntohs(wh->ph.length); in ng_pppoe_rcvdata_ether()
1611 switch(wh->eh.ether_type) { in ng_pppoe_rcvdata_ether()
1654 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_rcvdata_ether()
1655 length = ntohs(wh->ph.length); in ng_pppoe_rcvdata_ether()
1656 ph = &wh->ph; in ng_pppoe_rcvdata_ether()
1657 code = wh->ph.code; in ng_pppoe_rcvdata_ether()
1746 bcopy(wh->eh.ether_shost, in ng_pppoe_rcvdata_ether()
1877 neg->pkt->pkt_header.ph.sid = wh->ph.sid; in ng_pppoe_rcvdata_ether()
1878 sp->Session_ID = ntohs(wh->ph.sid); in ng_pppoe_rcvdata_ether()
1908 sp = pppoe_findsession(privp, wh); in ng_pppoe_rcvdata_ether()
1919 sp = pppoe_findsession(privp, wh); in ng_pppoe_rcvdata_ether()
1936 sp = pppoe_findsession(privp, wh); in ng_pppoe_rcvdata_ether()
1939 m_adj(m, sizeof(*wh)); in ng_pppoe_rcvdata_ether()
2055 struct pppoe_full_hdr *wh; in ng_pppoe_disconnect() local
2060 wh = mtod(m, struct pppoe_full_hdr *); in ng_pppoe_disconnect()
2061 bcopy(&sp->pkt_hdr, wh, sizeof(*wh)); in ng_pppoe_disconnect()
2064 wh->ph.code = PADT_CODE; in ng_pppoe_disconnect()
2069 if (wh->eh.ether_type == in ng_pppoe_disconnect()
2071 wh->eh.ether_type = ETHERTYPE_PPPOE_3COM_DISC; in ng_pppoe_disconnect()
2073 wh->eh.ether_type = ETHERTYPE_PPPOE_DISC; in ng_pppoe_disconnect()
2078 tag = (void *)(&wh->ph + 1); in ng_pppoe_disconnect()
2082 m->m_pkthdr.len = m->m_len = sizeof(*wh) + sizeof(*tag) + in ng_pppoe_disconnect()
2084 wh->ph.length = htons(sizeof(*tag) + msglen); in ng_pppoe_disconnect()