Home | History | Annotate | Download | only in libipsec

Lines Matching refs:ulp

695 str_prefport(family, pref, port, ulp)
696 u_int family, pref, port, ulp;
719 if (ulp == IPPROTO_ICMPV6)
734 str_upperspec(ulp, p1, p2)
735 u_int ulp, p1, p2;
737 if (ulp == IPSEC_ULPROTO_ANY)
739 else if (ulp == IPPROTO_ICMPV6) {
746 switch (ulp) {
751 ent = getprotobynumber((int)ulp);
755 printf("%u", ulp);