Lines Matching refs:u8_t
89 *(PTR)++ = (u8_t)((VAL) / 256); \
90 *(PTR)++ = (u8_t)((VAL) % 256)
134 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *);
138 static struct pppoe_softc * pppoe_find_softc_by_hunique(u8_t *, size_t, struct netif *);
239 pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif)
292 u8_t *ac_cookie;
295 u8_t *hunique;
347 MEMCPY(&pt, (u8_t*)pb->payload + off, sizeof(pt));
366 hunique = (u8_t*)pb->payload + off + sizeof(pt);
369 sc = pppoe_find_softc_by_hunique((u8_t*)pb->payload + off + sizeof(pt), len, netif);
376 ac_cookie = (u8_t*)pb->payload + off + sizeof(pt);
567 u8_t shost[ETHER_ADDR_LEN];
671 u8_t *p;
703 p = (u8_t*)pb->payload + sizeof (struct eth_hdr);
852 err = pppoe_send_padt(sc->sc_ethif, sc->sc_session, (const u8_t *)&sc->sc_dest);
892 u8_t *p;
919 p = (u8_t*)pb->payload + sizeof (struct eth_hdr);
947 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest)
952 u8_t *p;
965 p = (u8_t*)(ethhdr + 1);
980 u8_t *p;
998 p = (u8_t*)pb->payload + sizeof (struct eth_hdr);
1014 u8_t *p;
1035 p = (u8_t*)pb->payload + sizeof (struct eth_hdr);
1055 u8_t *p;
1076 p = (u8_t*)pb->payload + sizeof(struct eth_hdr);