Searched refs:optdata (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/netinet6/ |
| HD | ip6_output.c | 1274 void *optdata; in ip6_ctloutput() local 1864 optdata = (void *)&mtuinfo; in ip6_ctloutput() 1866 error = sooptcopyout(sopt, optdata, in ip6_ctloutput() 2108 void *optdata = NULL; in ip6_getpcbopt() local 2120 optdata = (void *)pktopt->ip6po_pktinfo; in ip6_getpcbopt() 2124 optdata = (void *)&null_pktinfo; in ip6_getpcbopt() 2130 optdata = (void *)&pktopt->ip6po_tclass; in ip6_getpcbopt() 2132 optdata = (void *)&deftclass; in ip6_getpcbopt() 2137 optdata = (void *)pktopt->ip6po_hbh; in ip6_getpcbopt() 2144 optdata = (void *)pktopt->ip6po_rthdr; in ip6_getpcbopt() [all …]
|
| /trueos/contrib/unbound/ldns/ |
| HD | wire2str.c | 1837 uint16_t option_code, uint8_t* optdata, size_t optlen) in sldns_wire2str_edns_option_print() argument 1844 w += sldns_wire2str_edns_llq_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1847 w += sldns_wire2str_edns_ul_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1850 w += sldns_wire2str_edns_nsid_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1853 w += sldns_wire2str_edns_dau_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1856 w += sldns_wire2str_edns_dhu_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1859 w += sldns_wire2str_edns_n3u_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1862 w += sldns_wire2str_edns_subnet_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 1866 w += print_hex_buf(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print()
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_consume.c | 2370 dtrace_setoptdata_t optdata; in dt_setopt() local 2372 bzero(&optdata, sizeof (optdata)); in dt_setopt() 2373 (void) dtrace_getopt(dtp, option, &optdata.dtsda_oldval); in dt_setopt() 2376 (void) dtrace_getopt(dtp, option, &optdata.dtsda_newval); in dt_setopt() 2377 optdata.dtsda_probe = data; in dt_setopt() 2378 optdata.dtsda_option = option; in dt_setopt() 2379 optdata.dtsda_handle = dtp; in dt_setopt() 2381 if ((rval = dt_handle_setopt(dtp, &optdata)) != 0) in dt_setopt()
|