Searched refs:PTR (Results 1 – 6 of 6) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_oe.c | 88 #define PPPOE_ADD_16(PTR, VAL) \ argument 89 *(PTR)++ = (u8_t)((VAL) / 256); \ 90 *(PTR)++ = (u8_t)((VAL) % 256) 93 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument 94 *(PTR)++ = PPPOE_VERTYPE; \ 95 *(PTR)++ = (CODE); \ 96 PPPOE_ADD_16(PTR, SESS); \ 97 PPPOE_ADD_16(PTR, LEN)
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mdns.txt | 54 - Reverse lookups (PTR in-addr.arpa, ip6.arpa) of netif addresses 82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local 83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 54 - Reverse lookups (PTR in-addr.arpa, ip6.arpa) of netif addresses 82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local 83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppoe.c | 94 #define PPPOE_ADD_16(PTR, VAL) \ argument 95 *(PTR)++ = (u8_t)((VAL) / 256); \ 96 *(PTR)++ = (u8_t)((VAL) % 256) 99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument 100 *(PTR)++ = PPPOE_VERTYPE; \ 101 *(PTR)++ = (CODE); \ 102 PPPOE_ADD_16(PTR, SESS); \ 103 PPPOE_ADD_16(PTR, LEN)
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppoe.c | 94 #define PPPOE_ADD_16(PTR, VAL) \ argument 95 *(PTR)++ = (u8_t)((VAL) / 256); \ 96 *(PTR)++ = (u8_t)((VAL) % 256) 99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument 100 *(PTR)++ = PPPOE_VERTYPE; \ 101 *(PTR)++ = (CODE); \ 102 PPPOE_ADD_16(PTR, SESS); \ 103 PPPOE_ADD_16(PTR, LEN)
|
| /components/drivers/usb/cherryusb/port/nrf5x/ |
| A D | usb_dc_nrf5x.c | 126 NRF_USBD->ISOIN.PTR = ptr; in nrf_usbd_ep_easydma_set_tx() 130 NRF_USBD->EPIN[epid].PTR = ptr; in nrf_usbd_ep_easydma_set_tx() 147 NRF_USBD->ISOOUT.PTR = ptr; in nrf_usbd_ep_easydma_set_rx() 151 NRF_USBD->EPOUT[epid].PTR = ptr; in nrf_usbd_ep_easydma_set_rx()
|
Completed in 15 milliseconds