Home
last modified time | relevance | path

Searched refs:optdata (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/regress/sys/netinet6/frag6/
Dfrag6_opt.py16 options=PadN(optdata='\0'*12)/PadN(optdata='\0'*6))/ \
Dfrag6_ext2long.py20 frag.append(IPv6ExtHdrHopByHop(options=PadN(optdata="\0"*28))/ \
Dfrag6_unfragsize.py48 IPv6ExtHdrHopByHop(options=PadN(optdata="\0"*4))/
/openbsd/src/sys/netinet6/
Dip6_output.c1069 void *optdata; in ip6_ctloutput() local
1513 optdata = (void *)&mtuinfo; in ip6_ctloutput()
1520 bcopy(optdata, mtod(m, void *), optdatalen); in ip6_ctloutput()
1697 void *optdata = NULL; in ip6_getpcbopt() local
1708 optdata = (void *)pktopt->ip6po_pktinfo; in ip6_getpcbopt()
1712 optdata = (void *)&null_pktinfo; in ip6_getpcbopt()
1718 optdata = (void *)&pktopt->ip6po_tclass; in ip6_getpcbopt()
1720 optdata = (void *)&deftclass; in ip6_getpcbopt()
1725 optdata = (void *)pktopt->ip6po_hbh; in ip6_getpcbopt()
1732 optdata = (void *)pktopt->ip6po_rthdr; in ip6_getpcbopt()
[all …]
/openbsd/src/sbin/unwind/libunbound/sldns/
Dwire2str.c2323 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()
2351 w += sldns_wire2str_edns_keepalive_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()
[all …]
/openbsd/src/usr.sbin/unbound/sldns/
Dwire2str.c2323 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()
2351 w += sldns_wire2str_edns_keepalive_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()
[all …]
/openbsd/src/usr.bin/dig/lib/dns/
Dmessage.c2533 unsigned char *optdata; in dns_message_pseudosectiontotext() local
2659 optdata = isc_buffer_current(&optbuf); in dns_message_pseudosectiontotext()
2662 optdata[i]); in dns_message_pseudosectiontotext()
2705 optdata = isc_buffer_current(&optbuf); in dns_message_pseudosectiontotext()
2717 optdata[i], sep); in dns_message_pseudosectiontotext()
2745 if (isprint(optdata[i])) in dns_message_pseudosectiontotext()
2747 &optdata[i], in dns_message_pseudosectiontotext()