Searched defs:proto (Results 1 - 25 of 37) sorted by relevance

12

/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetrpcport.c56 getrpcport(char *host, int prognum, int versnum, int proto) argument
H A Dbindresvport.c81 int proto, portrange, portlow; local
/barrelfish-2018-10-04/lib/lwip/src/core/ipv6/
H A Dinet6.c79 inet_chksum_pseudo(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest, u8_t proto, u32_t proto_len) argument
H A Dip6.c259 ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t ttl, u8_t proto, struct netif *netif) argument
320 ip_output(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest, u8_t ttl, u8_t proto) argument
337 ip_output_hinted(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest, u8_t ttl, u8_t tos, u8_t proto, u8_t * addr_hint) argument
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dstats.c52 void stats_display_proto(struct stats_proto *proto, char *name) argument
[all...]
H A Draw.c81 s16_t proto; local
336 struct raw_pcb *raw_new(u8_t proto) argument
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dstats.c64 stats_display_proto(struct stats_proto *proto, const char *name) argument
[all...]
H A Dinet_chksum.c260 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) argument
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, argument
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, argument
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_ argument
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, u32_t acc) argument
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest) argument
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip6_addr_t *src, const ip6_addr_t *dest) argument
526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip_addr_t *src, const ip_addr_t *dest) argument
[all...]
H A Draw.c131 s16_t proto; local
450 raw_new(u8_t proto) argument
485 raw_new_ip_type(u8_t type, u8_t proto) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dnet.h38 sock_create_kern(int family, int type, int proto, struct socket **res) argument
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetproto.c94 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, argument
126 getprotobynumber(int proto) argument
H A Dnetdb_private.h114 struct protoent proto; member in struct:protodata
H A Dgetprotoent.c92 int proto; local
147 struct protoent *proto; local
234 struct protoent *proto; local
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dinet_chksum.c281 inet_chksum_pseudo(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest, u8_t proto, u16_t proto_len) argument
341 inet_chksum_pseudo_partial(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest, u8_t proto, u16_t proto_len, u16_t chksum_len) argument
H A Digmp.c733 igmp_ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t ttl, u8_t proto, struct netif *netif) argument
/barrelfish-2018-10-04/lib/arranet/
H A Dinet_chksum.c272 inet_chksum_pseudo(struct packet *p, ip_addr_t *src, ip_addr_t *dest, u8_t proto, u16_t proto_len) argument
332 inet_chksum_pseudo_partial(struct packet *p, ip_addr_t *src, ip_addr_t *dest, u8_t proto, u16_t proto_len, u16_t chksum_len) argument
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Ddemand.c438 int proto, i; local
H A Dauth.c1198 void np_up(ppp_pcb *pcb, int proto) { argument
1249 void np_down(ppp_pcb *pcb, int proto) { argument
1268 void np_finished(ppp_pcb *pcb, int proto) { argument
H A Dutils.c451 u_short proto; local
708 int proto; local
[all...]
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dapi_msg.h67 u8_t proto; member in struct:api_msg_msg::__anon88::__anon89
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dapi_msg.h91 u8_t proto; member in struct:api_msg::__anon129::__anon130
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Ddemand.c438 int proto, i; local
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dapi_lib.c67 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) argument
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dapi_lib.c123 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) argument
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4.c755 ip4_output_if(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif) argument
770 ip4_output_if_opt(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) argument
795 ip4_output_if_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif) argument
808 ip4_output_if_opt_src(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) argument
982 ip4_output(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto) argument
1019 ip4_output_hinted(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) argument
[all...]

Completed in 216 milliseconds

12