Home
last modified time | relevance | path

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

123456

/minix/minix/lib/liblwip/dist/src/core/
H A Dinet_chksum.c260 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) in inet_cksum_pseudo_base()
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo()
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo()
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo()
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base()
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial()
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial()
526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo_partial()
H A Draw.c131 s16_t proto; in raw_input() local
557 raw_new(u8_t proto) in raw_new()
595 raw_new_ip_type(u8_t type, u8_t proto) in raw_new_ip_type()
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dmethod-def-1.m24 @protocol proto; protocol
32 arg; // expected-note {{previous definition is here}}
/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dip.h226 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
234 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
242 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
252 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
277 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
279 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
281 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
283 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
297 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
299 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
/minix/external/bsd/tcpdump/dist/
H A Dprint-mobile.c58 uint16_t proto; member
74 u_short proto,crc; in mobile_print() local
/minix/lib/libc/net/
H A Dgetprotobynumber.c54 getprotobynumber(int proto) in getprotobynumber()
H A Dgetservbyport.c54 getservbyport(int port, const char *proto) in getservbyport()
H A Dgetservbyname.c53 getservbyname(const char *name, const char *proto) in getservbyname()
H A Dgetservbyport_r.c115 getservbyport_r(int port, const char *proto, struct servent *sp, in getservbyport_r()
H A Dprotoent.h36 struct protoent proto; member
H A Dgetservbyname_r.c138 getservbyname_r(const char *name, const char *proto, struct servent *sp, in getservbyname_r()
/minix/sys/lib/libsa/
H A Dip.c85 sendip(struct iodesc * d, void *pkt, size_t len, u_int8_t proto) in sendip()
122 readip(struct iodesc * d, void *pkt, size_t len, time_t tleft, u_int8_t proto) in readip()
/minix/minix/lib/liblwip/dist/src/core/ipv4/
H A Dip4.c775 u8_t proto, struct netif *netif)
789 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
815 u8_t proto, struct netif *netif)
827 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
1001 u8_t ttl, u8_t tos, u8_t proto)
1038 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
/minix/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Dwks_11.c43 mygetprotobyname(const char *name, long *proto) { in mygetprotobyname()
55 mygetservbyname(const char *name, const char *proto, long *port) { in mygetservbyname()
73 long proto; in fromtext_in_wks() local
170 unsigned short proto; in totext_in_wks() local
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_port.c41 const char *proto, in krb5_getportbyname()
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml22 type proto = Prototype of string * string array type
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml22 type proto = Prototype of string * string array type
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml22 type proto = Prototype of string * string array type
/minix/external/bsd/nvi/dist/common/
H A Ddldb.c11 #define RELOC(func,returntype,args,proto,types) \ argument
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml28 type proto = Prototype of string * string array type
/minix/tests/lib/libc/net/
H A Dh_protoent.c63 const char *proto = NULL, *name = NULL; in main() local
H A Dh_servent.c63 const char *port = NULL, *proto = NULL, *name = NULL; in main() local
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml31 type proto = type
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml34 type proto = type
/minix/external/bsd/libpcap/dist/
H A Dgencode.c1749 gen_ether_linktype(proto) in gen_ether_linktype() argument
1924 gen_ipnet_linktype(proto) in gen_ipnet_linktype() argument
2841 gen_linktype(proto) in gen_linktype() argument
3572 gen_llc_linktype(proto) in gen_llc_linktype() argument
4494 gen_mpls_linktype(proto) in gen_mpls_linktype() argument
4850 gen_proto_abbrev(proto) in gen_proto_abbrev() argument
5883 gen_proto(v, proto, dir) in gen_proto() argument
6104 int proto = q.proto; local
6457 int proto = q.proto; local
7192 gen_broadcast(proto) in gen_broadcast() argument
[all …]

123456