Searched refs:opthdr (Results 1 - 8 of 8) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h82 int opt_len, int unit, int opthdr, int debug);
102 int opt_len, int unit, int opthdr, int mru,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c2637 struct opthdr hdr;
2643 struct opthdr *rh;
2689 || ack.ack.OPT_length < sizeof(struct opthdr)) {
2696 rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.h169 struct opthdr { struct
H A Dtimod.c249 while(opt_len >= sizeof(struct opthdr)) {
250 struct opthdr *opt;
253 opt = (struct opthdr *)ret_pos;
254 if (ret_space < sizeof(struct opthdr)) {
258 SOLD("getting opthdr");
259 if (copy_from_user(opt, opt_buf, sizeof(struct opthdr)) ||
264 SOLD("got opthdr");
269 buf = ret_pos + sizeof(struct opthdr);
270 if (ret_space < opt->len + sizeof(struct opthdr) ||
271 copy_from_user(buf, opt_buf+sizeof(struct opthdr), op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_getmsg.c102 struct opthdr *MIB2hdr;
117 TLIreq->OPT_length = sizeof (struct opthdr);
120 MIB2hdr = (struct opthdr *) &TLIreq[1];
127 msgdata.len = sizeof (struct T_optmgmt_req) + sizeof (struct opthdr);
136 MIB2hdr = (struct opthdr *) &TLIack[1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c176 int opt_len, int unit, int opthdr, int debug);
178 int opt_len, int unit, int opthdr, int mru,
510 int opt_len, int unit, int opthdr, int debug)
516 int opt_len, int unit, int opthdr, int mru,
509 bsd_comp_init(void *state, unsigned char *options, int opt_len, int unit, int opthdr, int debug) argument
515 bsd_decomp_init(void *state, unsigned char *options, int opt_len, int unit, int opthdr, int mru, int debug) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp-comp.h76 int opt_len, int unit, int opthdr, int debug);
96 int opt_len, int unit, int opthdr, int mru,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c39 static int zero_out_mutable_opts(struct ipv6_opt_hdr *opthdr) argument
41 u8 *opt = (u8 *)opthdr;
42 int len = ipv6_optlen(opthdr);

Completed in 127 milliseconds