| /lib/liblwip/src/core/ |
| D | def.c | 64 lwip_htons(u16_t n) in lwip_htons() 76 lwip_ntohs(u16_t n) in lwip_ntohs() 88 lwip_htonl(u32_t n) in lwip_htonl() 103 lwip_ntohl(u32_t n) in lwip_ntohl()
|
| D | netif.c | 64 #define NETIF_STATUS_CALLBACK(n) do{ if (n->status_callback) { (n->status_callback)(n); }}while(0) argument 66 #define NETIF_STATUS_CALLBACK(n) argument 70 #define NETIF_LINK_CALLBACK(n) do{ if (n->link_callback) { (n->link_callback)(n); }}while(0) argument 72 #define NETIF_LINK_CALLBACK(n) argument
|
| D | dns.c | 495 unsigned char n; in dns_compare_name() local 530 unsigned char n; in dns_parse_name() local 568 u8_t n; in dns_send() local
|
| D | udp.c | 101 u16_t n = 0; in udp_new_port() local
|
| D | pbuf.c | 1104 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
|
| D | tcp.c | 650 u16_t n = 0; in tcp_new_port() local
|
| D | dhcp.c | 512 u8_t n; in dhcp_handle_ack() local
|
| /lib/liblwip/src/include/lwip/ |
| D | netifapi.h | 93 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL) argument 94 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL) argument 95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL) argument 96 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL) argument 97 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start) argument 98 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) argument 99 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start) argument 100 #define netifapi_autoip_stop(n) netifapi_netif_common(n, NULL, autoip_stop) argument
|
| D | sockets.h | 295 #define FD_SET(n, p) ((p)->fd_bits[(n)/8] |= (1 << ((n) & 7))) argument 296 #define FD_CLR(n, p) ((p)->fd_bits[(n)/8] &= ~(1 << ((n) & 7))) argument 297 #define FD_ISSET(n,p) ((p)->fd_bits[(n)/8] & (1 << ((n) & 7))) argument
|
| D | api_msg.h | 75 } n; member
|
| D | sys.h | 71 #define sys_thread_new(n,t,a,s,p) argument
|
| /sys/kern/ |
| D | nic.c | 35 NIC *n; in NIC_GetByID() local 48 NIC *n; in Debug_NICs() local
|
| /lib/libc/ |
| D | crt1.c | 50 size_t array_size, n; in finalizer() local 65 size_t array_size, n; in handle_static_init() local
|
| D | string.c | 58 strncat(char *dst, const char *src, size_t n) in strncat()
|
| D | printf.c | 275 int snprintf(char *str, size_t n, const char *fmt, ...) in snprintf()
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.c | 78 #define ENCODE(n) { \ argument 88 #define ENCODEZ(n) { \ argument
|
| D | randm.c | 127 u32_t n; in avGenRand() local
|
| D | ppp_impl.h | 209 #define INCPTR(n, cp) ((cp) += (n)) argument 210 #define DECPTR(n, cp) ((cp) -= (n)) argument 214 #define BZERO(s, n) memset(s, 0, n) argument
|
| D | ppp.c | 914 int n; in pppifOutput() local 1030 pppWriteOverEthernet(int pd, const u_char *s, int n) in pppWriteOverEthernet() 1073 pppWrite(int pd, const u_char *s, int n) in pppWrite()
|
| D | md5.c | 79 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
|
| /lib/liblwip/src/core/snmp/ |
| D | mib_structs.c | 244 struct mib_list_node *n; in snmp_mib_node_insert() local 341 struct mib_list_node *n; in snmp_mib_node_find() local 395 snmp_mib_node_delete(struct mib_list_rootnode *rn, struct mib_list_node *n) in snmp_mib_node_delete()
|
| D | mib2.c | 905 static void ocstrncpy(u8_t *dst, u8_t *src, u16_t n) in ocstrncpy() 921 void objectidncpy(s32_t *dst, s32_t *src, u8_t n) in objectidncpy()
|
| /sys/dev/ |
| D | console.c | 88 Console_Gets(char *str, size_t n) in Console_Gets()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_addr.c | 283 u8_t n; in ipaddr_ntoa_r() local
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 279 struct netif *n; in test_tcp_init_netif() local
|