Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c88 #define PPPOE_ADD_16(PTR, VAL) \ argument
89 *(PTR)++ = (u8_t)((VAL) / 256); \
90 *(PTR)++ = (u8_t)((VAL) % 256)
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c94 #define PPPOE_ADD_16(PTR, VAL) \ argument
95 *(PTR)++ = (u8_t)((VAL) / 256); \
96 *(PTR)++ = (u8_t)((VAL) % 256)
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c94 #define PPPOE_ADD_16(PTR, VAL) \ argument
95 *(PTR)++ = (u8_t)((VAL) / 256); \
96 *(PTR)++ = (u8_t)((VAL) % 256)

Completed in 7 milliseconds