Lines Matching refs:u8_t
95 *(PTR)++ = (u8_t)((VAL) / 256); \
96 *(PTR)++ = (u8_t)((VAL) % 256)
142 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *);
147 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif);
254 u8_t *pl;
273 pl = (u8_t*)pb->payload;
335 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif) {
378 u8_t *ac_cookie;
381 u8_t *hunique;
436 MEMCPY(&pt, (u8_t*)pb->payload + off, sizeof(pt));
455 hunique = (u8_t*)pb->payload + off + sizeof(pt);
458 sc = pppoe_find_softc_by_hunique((u8_t*)pb->payload + off + sizeof(pt), len, netif);
466 ac_cookie = (u8_t*)pb->payload + off + sizeof(pt);
655 u8_t shost[ETHER_ADDR_LEN];
755 u8_t *p;
783 p = (u8_t*)pb->payload;
949 pppoe_send_padt(sc->sc_ethif, sc->sc_session, (const u8_t *)&sc->sc_dest);
980 u8_t *p;
1003 p = (u8_t*)pb->payload;
1031 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest)
1036 u8_t *p;
1055 p = (u8_t*)(ethhdr + 1);
1070 u8_t *p;
1084 p = (u8_t*)pb->payload;
1100 u8_t *p;
1117 p = (u8_t*)pb->payload;
1137 u8_t *p;
1151 p = (u8_t*)pb->payload;