Searched defs:proto (Results 1 – 12 of 12) sorted by relevance
| /external/lib/lwip/core/ipv4/ |
| A D | ip.c | 643 u8_t proto, struct netif *netif) 656 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 819 u8_t ttl, u8_t tos, u8_t proto) 858 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
|
| A D | inet_chksum.c | 274 u8_t proto, u16_t proto_len) in inet_chksum_pseudo() 334 u8_t proto, u16_t proto_len, u16_t chksum_len) in inet_chksum_pseudo_partial()
|
| /external/lib/lwip/core/ipv6/ |
| A D | ip6.c | 262 u8_t proto, struct netif *netif) in ip_output_if() 318 u8_t ttl, u8_t proto) in ip_output() 333 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) in ip_output_hinted()
|
| A D | inet6.c | 82 u8_t proto, u32_t proto_len) in inet_chksum_pseudo()
|
| /external/lib/lwip/core/ |
| A D | raw.c | 80 s16_t proto; in raw_input() local 331 raw_new(u8_t proto) in raw_new()
|
| A D | stats.c | 72 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
|
| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 686 np_up(int unit, u16_t proto) in np_up() 716 np_down(int unit, u16_t proto) in np_down() 731 np_finished(int unit, u16_t proto) in np_finished()
|
| A D | ppp.c | 1375 sifnpmode(int u, int proto, enum NPmode mode) in sifnpmode() 1595 u16_t proto; member
|
| /external/lib/lwip/include/lwip/ |
| A D | api_msg.h | 74 u8_t proto; member
|
| A D | stats.h | 281 #define stats_display_proto(proto, name) argument
|
| /external/lib/lwip/include/ipv4/lwip/ |
| A D | ip.h | 162 #define IPH_PROTO_SET(hdr, proto) (hdr)->_proto = (u8_t)(proto) argument
|
| /external/lib/lwip/api/ |
| A D | api_lib.c | 68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback()
|
Completed in 46 milliseconds