Searched refs:getprotobynumber (Results 1 – 25 of 30) sorted by relevance
12
34 struct protoent *ptp = getprotobynumber(1); in test3()47 struct protoent *ptp = getprotobynumber(1); in test4()49 ptp = getprotobynumber(2); in test4()
35 pe = getprotobynumber(proto); in inet_proto_n2a()
70 const struct protoent *pent = getprotobynumber(proto); in proto_to_name()
427 pe = getprotobynumber(ipinfo->protocol); in brip6_print()573 pe = getprotobynumber(info->protocol); in brip6_xlate()
504 pe = getprotobynumber(info->protocol); in brip_print()696 pe = getprotobynumber(info->protocol); in brip_xlate()
251 p = getprotobynumber(proto); in print_proto()
499 if (getprotobynumber(number) == NULL) { in thrust_fakes()
679 if (getprotobynumber(number) == NULL) { in thrust_fakes()
376 const struct protoent *pent = getprotobynumber(proto); in print_proto()827 const struct protoent *pent = getprotobynumber(proto); in save_rule_details()
363 getprotobynumber(cs->fw6.ipv6.proto); in nft_ipv6_xlate()
404 getprotobynumber(cs->fw.ip.proto); in nft_ipv4_xlate()
56 struct protoent *pent = getprotobynumber(proto); in proto_to_name()
806 const struct protoent *pent = getprotobynumber(proto); in print_proto()
770 const struct protoent *pent = getprotobynumber(proto); in print_proto()
751 ent = getprotobynumber((int)ulp);
869 struct protoent *p = getprotobynumber(proto); in nl_ip_proto2str()
145 /* Define to 1 if you have the `getprotobynumber' function. */
101 /* Define to 1 if you have the `getprotobynumber' function. */
406 getprotobynumber
942 struct protoent *ent = getprotobynumber(proto); in evutil_unparse_protoname()
442 getprotobynumber
243 pp = getprotobynumber(proto); in strxf_proto()
1225 pub fn getprotobynumber(proto: ::c_int) -> *mut protoent; in getprotobynumber() function
7499 INTERCEPTOR(struct __sanitizer_protoent *, getprotobynumber, int proto) {7501 COMMON_INTERCEPTOR_ENTER(ctx, getprotobynumber, proto);7502 struct __sanitizer_protoent *p = REAL(getprotobynumber)(proto);7510 COMMON_INTERCEPT_FUNCTION(getprotobynumber)
3 Do not use getprotobynumber() for protocol name resolution. Do not do