Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 25) sorted by relevance

/lib/liblwip/src/core/
Ddef.c64 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()
Dnetif.c64 #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
Ddns.c495 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
Dudp.c101 u16_t n = 0; in udp_new_port() local
Dpbuf.c1104 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
Dtcp.c650 u16_t n = 0; in tcp_new_port() local
Ddhcp.c512 u8_t n; in dhcp_handle_ack() local
/lib/liblwip/src/include/lwip/
Dnetifapi.h93 #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
Dsockets.h295 #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
Dapi_msg.h75 } n; member
Dsys.h71 #define sys_thread_new(n,t,a,s,p) argument
/sys/kern/
Dnic.c35 NIC *n; in NIC_GetByID() local
48 NIC *n; in Debug_NICs() local
/lib/libc/
Dcrt1.c50 size_t array_size, n; in finalizer() local
65 size_t array_size, n; in handle_static_init() local
Dstring.c58 strncat(char *dst, const char *src, size_t n) in strncat()
Dprintf.c275 int snprintf(char *str, size_t n, const char *fmt, ...) in snprintf()
/lib/liblwip/src/netif/ppp/
Dvj.c78 #define ENCODE(n) { \ argument
88 #define ENCODEZ(n) { \ argument
Drandm.c127 u32_t n; in avGenRand() local
Dppp_impl.h209 #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
Dppp.c914 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()
Dmd5.c79 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/lib/liblwip/src/core/snmp/
Dmib_structs.c244 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()
Dmib2.c905 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/
Dconsole.c88 Console_Gets(char *str, size_t n) in Console_Gets()
/lib/liblwip/src/core/ipv4/
Dip_addr.c283 u8_t n; in ipaddr_ntoa_r() local
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c279 struct netif *n; in test_tcp_init_netif() local