Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfkeyv2_convert.c494 flow->sen_type = SENT_IP6; in import_flow()
502 flowmask->sen_type = SENT_IP6; in import_flow()
545 case SENT_IP6: in export_encap()
606 case SENT_IP6: in export_flow()
622 case SENT_IP6: in export_flow()
H A Dpfkeyv2.c659 case SENT_IP6: in pfkeyv2_policy()
832 case SENT_IP6: in pfkeyv2_get()
2526 case SENT_IP6: in pfkeyv2_dump_policy()
/openbsd/sys/netinet/
H A Dip_spd.c252 ddst->sen_type = SENT_IP6; in ipsp_spd_lookup()
847 case SENT_IP6: in ipsp_acquire_sa()
848 ipa->ipa_info.sen_type = ipa->ipa_mask.sen_type = SENT_IP6; in ipsp_acquire_sa()
H A Dip_ipsp.h236 #define SENT_IP6 0x0002 macro