Searched refs:optdata (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/netipsec/ |
| H A D | ipsec_pcb.c | 418 void *optdata; in ipsec_control_pcbpolicy() local 430 optdata = malloc(optlen, M_TEMP, sopt->sopt_td ? M_WAITOK: M_NOWAIT); in ipsec_control_pcbpolicy() 431 if (optdata == NULL) in ipsec_control_pcbpolicy() 438 error = sooptcopyin(sopt, optdata, optlen, optlen); in ipsec_control_pcbpolicy() 443 optdata, optlen); in ipsec_control_pcbpolicy() 445 error = ipsec_get_pcbpolicy(inp, optdata, &optlen); in ipsec_control_pcbpolicy() 447 error = sooptcopyout(sopt, optdata, optlen); in ipsec_control_pcbpolicy() 450 free(optdata, M_TEMP); in ipsec_control_pcbpolicy()
|
| /freebsd-14.2/tests/sys/netinet6/ |
| H A D | exthdr.py | 109 sp.PadN(optdata="\x00\x00\x00\x00\x00\x00")) 132 sp.PadN(optdata="\x00\x00\x00\x00\x00\x00")) 162 sp.PadN(optdata="\x00\x00\x00\x00\x00\x00"))
|
| /freebsd-14.2/sys/netinet6/ |
| H A D | ip6_output.c | 1607 void *optdata; in ip6_ctloutput() local 2293 optdata = (void *)&mtuinfo; in ip6_ctloutput() 2535 free(optdata, M_TEMP); \ 2543 free(optdata, M_TEMP); \ 2544 optdata = NULL; \ 2559 void *optdata = NULL; in ip6_getpcbopt() local 2588 optdata = (void *)&deftclass; in ip6_getpcbopt() 2609 optdata = (void *)&defminmtu; in ip6_getpcbopt() 2617 optdata = (void *)&on; in ip6_getpcbopt() 2623 optdata = (void *)&defpreftemp; in ip6_getpcbopt() [all …]
|
| /freebsd-14.2/contrib/unbound/sldns/ |
| H A D | wire2str.c | 2323 uint16_t option_code, uint8_t* optdata, size_t optlen) in sldns_wire2str_edns_option_print() argument 2330 w += sldns_wire2str_edns_llq_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2333 w += sldns_wire2str_edns_ul_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2336 w += sldns_wire2str_edns_nsid_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2339 w += sldns_wire2str_edns_dau_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2342 w += sldns_wire2str_edns_dhu_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2345 w += sldns_wire2str_edns_n3u_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2348 w += sldns_wire2str_edns_subnet_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2354 w += print_hex_buf(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() 2357 w += sldns_wire2str_edns_ede_print(s, sl, optdata, optlen); in sldns_wire2str_edns_option_print() [all …]
|
| /freebsd-14.2/tests/sys/netinet6/frag6/ |
| H A D | frag6_03.py | 119 sp.PadN(optdata="\x00\x00\x00\x00\x00\x00")) / \
|
| H A D | frag6_20.py | 117 sp.PadN(optdata="\x00\x00\x00\x00\x00\x00")) / \
|
| H A D | frag6_08.py | 129 sp.PadN(optdata="\x00\x00\x00\x00\x00\x00")) / \
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_consume.c | 2956 dtrace_setoptdata_t optdata; in dt_setopt() local 2958 bzero(&optdata, sizeof (optdata)); in dt_setopt() 2959 (void) dtrace_getopt(dtp, option, &optdata.dtsda_oldval); in dt_setopt() 2962 (void) dtrace_getopt(dtp, option, &optdata.dtsda_newval); in dt_setopt() 2963 optdata.dtsda_probe = data; in dt_setopt() 2964 optdata.dtsda_option = option; in dt_setopt() 2965 optdata.dtsda_handle = dtp; in dt_setopt() 2967 if ((rval = dt_handle_setopt(dtp, &optdata)) != 0) in dt_setopt()
|