Home
last modified time | relevance | path

Searched refs:inet6_opt_append (Results 1 – 4 of 4) sorted by relevance

/inet/
A Dtest-inet6_opt.c36 cl = inet6_opt_append (NULL, 0, cl, OPT_X, 12, 8, NULL); in encode_inet6_opt()
38 cl = inet6_opt_append (NULL, 0, cl, OPT_Y, 7, 4, NULL); in encode_inet6_opt()
40 cl = inet6_opt_append (NULL, 0, cl, OPT_Z, 7, 1, NULL); in encode_inet6_opt()
58 cl = inet6_opt_append (eb, el, cl, OPT_X, 12, 8, &db); in encode_inet6_opt()
65 cl = inet6_opt_append (eb, el, cl, OPT_Y, 7, 4, &db); in encode_inet6_opt()
74 cl = inet6_opt_append (eb, el, cl, OPT_Z, 7, 1, &db); in encode_inet6_opt()
A DVersions81 inet6_opt_init; inet6_opt_append; inet6_opt_finish; inet6_opt_set_val;
A Dinet6_opt.c79 inet6_opt_append (void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_append() function
/inet/netinet/
A Din.h579 extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset,

Completed in 7 milliseconds