Home
last modified time | relevance | path

Searched refs:n (Results 26 – 35 of 35) sorted by relevance

12

/
DSConstruct89 if head.endswith("\n"):
93 if branch.endswith("\n"):
/lib/liblwip/src/include/lwip/
Dsnmp_structs.h255 …uct mib_list_rootnode *snmp_mib_node_delete(struct mib_list_rootnode *rn, struct mib_list_node *n);
/lib/liblwip/doc/
Dcontrib.txt18 3. end debug messages with a trailing newline (\n).
/lib/liblwip/src/core/
Dpbuf.c1104 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp() argument
1117 for(i = 0; i < n; i++) { in pbuf_memcmp()
Dudp.c101 u16_t n = 0; in udp_new_port() local
111 if (++n > (UDP_LOCAL_PORT_RANGE_END - UDP_LOCAL_PORT_RANGE_START)) { in udp_new_port()
Dtcp.c650 u16_t n = 0; in tcp_new_port() local
661 if (++n > (TCP_LOCAL_PORT_RANGE_END - TCP_LOCAL_PORT_RANGE_START)) { in tcp_new_port()
/lib/liblwip/src/api/
Dapi_lib.c76 msg.msg.msg.n.proto = proto; in netconn_new_with_proto_and_callback()
Dapi_msg.c498 msg->conn->pcb.raw = raw_new(msg->msg.n.proto);
/lib/liblwip/src/core/snmp/
Dmib2.c905 static void ocstrncpy(u8_t *dst, u8_t *src, u16_t n) in ocstrncpy() argument
907 u16_t i = n; in ocstrncpy()
921 void objectidncpy(s32_t *dst, s32_t *src, u8_t n) in objectidncpy() argument
923 u8_t i = n; in objectidncpy()
/docs/
DDoxyfile278 # "Side Effects:". Note that you cannot put \n's in the value part of an alias

12