Searched refs:confid (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/netbsd-tests/ipf/regress/ |
| HD | i10 | 5 pass in from any to any with opt sec-class topsecret,confid not opt sec-class unclass
|
| /freebsd-11-stable/contrib/netbsd-tests/ipf/expected/ |
| HD | i10 | 5 pass in inet from any to any with opt sec-class topsecret,confid not opt sec-class unclass
|
| /freebsd-11-stable/sys/net/ |
| HD | if_spppsubr.c | 1547 if (h->ident != sp->confid[cp->protoidx]) { in sppp_cp_input() 1551 h->ident, sp->confid[cp->protoidx]); in sppp_cp_input() 1592 if (h->ident != sp->confid[cp->protoidx]) { in sppp_cp_input() 1596 h->ident, sp->confid[cp->protoidx]); in sppp_cp_input() 2785 sp->confid[IDX_LCP] = ++sp->pp_seq[IDX_LCP]; in sppp_lcp_scr() 2786 sppp_cp_send (sp, PPP_LCP, CONF_REQ, sp->confid[IDX_LCP], i, &opt); in sppp_lcp_scr() 3304 sp->confid[IDX_IPCP] = ++sp->pp_seq[IDX_IPCP]; in sppp_ipcp_scr() 3305 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt); in sppp_ipcp_scr() 3823 sp->confid[IDX_IPV6CP] = ++sp->pp_seq[IDX_IPV6CP]; in sppp_ipv6cp_scr() 3824 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6CP], i, &opt); in sppp_ipv6cp_scr() [all …]
|
| HD | if_sppp.h | 151 u_char confid[IDX_COUNT]; /* id of last configuration request */ member
|
| /freebsd-11-stable/contrib/ipfilter/iplang/ |
| HD | BNF | 31 ipv4secclass := "unclass" | "confid" | "reserv-1" | "reserv-2" |
|
| /freebsd-11-stable/contrib/ipfilter/tools/ |
| HD | BNF.ipf | 51 seclvl = "unclass" | "confid" | "reserv-1" | "reserv-2" | "reserv-3" |
|
| /freebsd-11-stable/contrib/ipfilter/ |
| HD | BNF | 52 seclvl = "unclass" | "confid" | "reserv-1" | "reserv-2" | "reserv-3" |
|