Home
last modified time | relevance | path

Searched refs:par2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_cisco.c83 uint32_t par2; member
124 static int cisco_send(sc_p sc, int type, long par1, long par2);
506 if (sc->local_seq == ntohl(p->par2)) { in cisco_input()
594 cisco_send(sc_p sc, int type, long par1, long par2) in cisco_send() argument
621 ch->par2 = htonl(par2); in cisco_send()
/f-stack/freebsd/net/
H A Dif_spppsubr.c194 u_long par2; member
265 static void sppp_cisco_send(struct sppp *sp, int type, long par1, long par2);
1309 (u_long)ntohl (h->type), (u_long)h->par1, (u_long)h->par2, (u_int)h->rel, in sppp_cisco_input()
1360 sppp_cisco_send(struct sppp *sp, int type, long par1, long par2) in sppp_cisco_send() argument
1384 ch->par2 = htonl (par2); in sppp_cisco_send()
1394 (u_long)ch->par2, (u_int)ch->rel, (u_int)ch->time0, (u_int)ch->time1); in sppp_cisco_send()