Searched refs:par2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/netgraph/ |
| D | ng_cisco.c | 88 uint32_t par2; member 129 static int cisco_send(sc_p sc, int type, long par1, long par2); 510 if (sc->local_seq == ntohl(p->par2)) { in cisco_input() 599 cisco_send(sc_p sc, int type, long par1, long par2) in cisco_send() argument 626 ch->par2 = htonl(par2); in cisco_send()
|
| /freebsd-9-stable/sys/net/ |
| D | if_spppsubr.c | 196 u_long par2; member 267 static void sppp_cisco_send(struct sppp *sp, int type, long par1, long par2); 1354 (u_long)ntohl (h->type), (u_long)h->par1, (u_long)h->par2, (u_int)h->rel, in sppp_cisco_input() 1405 sppp_cisco_send(struct sppp *sp, int type, long par1, long par2) in sppp_cisco_send() argument 1429 ch->par2 = htonl (par2); in sppp_cisco_send() 1439 (u_long)ch->par2, (u_int)ch->rel, (u_int)ch->time0, (u_int)ch->time1); in sppp_cisco_send()
|