Searched refs:IPSEC_ULPROTO_ANY (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sbin/setkey/
H A Dparse.y707 | ANY { $$ = IPSEC_ULPROTO_ANY; }
972 m_addr.sadb_address_proto = IPSEC_ULPROTO_ANY;
985 m_addr.sadb_address_proto = IPSEC_ULPROTO_ANY;
1151 m_addr.sadb_address_proto = IPSEC_ULPROTO_ANY;
1164 m_addr.sadb_address_proto = IPSEC_ULPROTO_ANY;
/freebsd-11.0-release/lib/libipsec/
H A Dpfkey.c416 IPSEC_ULPROTO_ANY);
424 IPSEC_ULPROTO_ANY);
609 IPSEC_ULPROTO_ANY);
615 IPSEC_ULPROTO_ANY);
1227 IPSEC_ULPROTO_ANY);
1233 IPSEC_ULPROTO_ANY);
1342 IPSEC_ULPROTO_ANY);
1348 IPSEC_ULPROTO_ANY);
H A Dpfkey_dump.c554 if (ulp == IPSEC_ULPROTO_ANY)
/freebsd-11.0-release/sys/netipsec/
H A Dipsec.h161 #define IPSEC_ULPROTO_ANY 255 macro
H A Dipsec.c672 spidx->ul_proto = IPSEC_ULPROTO_ANY;
728 spidx->ul_proto = IPSEC_ULPROTO_ANY;
H A Dkey.c1006 IPSEC_ULPROTO_ANY);
1015 IPSEC_ULPROTO_ANY);
3448 FULLMASK, IPSEC_ULPROTO_ANY);
3456 FULLMASK, IPSEC_ULPROTO_ANY);
4096 /* if spidx.ul_proto == IPSEC_ULPROTO_ANY, ignore. */
4097 if (spidx0->ul_proto != (u_int16_t)IPSEC_ULPROTO_ANY
6187 ul_proto = IPSEC_ULPROTO_ANY;
6236 if (ul_proto != IPSEC_ULPROTO_ANY) {
6263 if (ul_proto != IPSEC_ULPROTO_ANY) {
6925 FULLMASK, IPSEC_ULPROTO_ANY);
[all...]

Completed in 121 milliseconds