Searched refs:type (Results 1 – 12 of 12) sorted by relevance
| /inet/ |
| A D | getnetbyad.c | 25 #define ADD_PARAMS uint32_t net, int type 26 #define ADD_VARIABLES net, type
|
| A D | getnetbyad_r.c | 25 #define ADD_PARAMS uint32_t net, int type 26 #define ADD_VARIABLES net, type
|
| A D | gethstbyad.c | 24 #define ADD_PARAMS const void *addr, socklen_t len, int type 25 #define ADD_VARIABLES addr, len, type
|
| A D | gethstbyad_r.c | 25 #define ADD_PARAMS const void *addr, socklen_t len, int type 26 #define ADD_VARIABLES addr, len, type
|
| A D | inet6_opt.c | 79 inet6_opt_append (void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_append() argument 87 if (type == IP6OPT_PAD1 || type == IP6OPT_PADN) in inet6_opt_append() 120 opt->ip6o_type = type; in inet6_opt_append() 228 inet6_opt_find (void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_find() argument 244 if (type == IP6OPT_PAD1) in inet6_opt_find() 251 else if (opt->ip6o_type != type) in inet6_opt_find()
|
| A D | inet6_rth.c | 30 inet6_rth_space (int type, int segments) in inet6_rth_space() argument 32 switch (type) in inet6_rth_space() 51 inet6_rth_init (void *bp, socklen_t bp_len, int type, int segments) in inet6_rth_init() argument 55 switch (type) in inet6_rth_init()
|
| A D | inet6_option.c | 106 inet6_option_init (void *bp, struct cmsghdr **cmsgp, int type) in inet6_option_init() argument 109 if (type != IPV6_HOPOPTS && type != IPV6_DSTOPTS) in inet6_option_init() 122 newp->cmsg_type = type; in inet6_option_init() 291 inet6_option_find (const struct cmsghdr *cmsg, uint8_t **tptrp, int type) in inet6_option_find() argument 338 while (*result != type); in inet6_option_find()
|
| A D | test-inet6_opt.c | 98 uint8_t type; in decode_inet6_opt() local 107 while ((cl = inet6_opt_next (eb, el, cl, &type, &len, &db)) != -1) in decode_inet6_opt() 108 switch (type) in decode_inet6_opt() 185 printf ("Unknown option %d\n", type); in decode_inet6_opt()
|
| A D | netgroup.h | 36 enum { triple_val, group_val } type; member
|
| A D | getnetgrent_r.c | 218 datap->type = triple_val; in nscd_getnetgrent() 289 else if (status == NSS_STATUS_SUCCESS && datap->type == group_val) in __internal_getnetgrent_r() 413 if (entry.type == group_val) in weak_alias()
|
| /inet/netinet/ |
| A D | icmp6.h | 89 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument 90 ((((filterp)->icmp6_filt[(type) >> 5]) & (1U << ((type) & 31))) == 0) 92 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument 93 ((((filterp)->icmp6_filt[(type) >> 5]) & (1U << ((type) & 31))) != 0) 95 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument 96 ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1U << ((type) & 31)))) 98 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument 99 ((((filterp)->icmp6_filt[(type) >> 5]) |= (1U << ((type) & 31))))
|
| /inet/protocols/ |
| A D | talkd.h | 63 unsigned char type; /* request type, see below */ member 82 unsigned char type; /* type of request message, see below */ member
|
Completed in 21 milliseconds