Searched refs:opt_type (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Doptions.c21 opt_creator, opt_type, enumerator in enum:__anon7449
30 { opt_type, "type=%s" },
90 case opt_type:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Doptions.c21 opt_creator, opt_type, enumerator in enum:__anon7453
30 { opt_type, "type=%s" },
90 case opt_type:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_open.c463 u_char opt_type;
473 opt_type = 0;
493 opt_type = *pnt++;
506 peer->host, opt_type,
507 opt_type == BGP_OPEN_OPT_AUTH ? "Authentication" :
508 opt_type == BGP_OPEN_OPT_CAP ? "Capability" : "Unknown",
511 switch (opt_type)
462 u_char opt_type; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c176 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator in enum:__anon7446
189 { opt_type, "type=%s" },
284 case opt_type:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Drfc2131.c66 static unsigned char *option_find(struct dhcp_packet *mess, int size, int opt_type);
726 static unsigned char *option_find(struct dhcp_packet *mess, int size, int opt_type) argument
732 ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type, &overload);
735 ret = option_find1(&mess->file[0], &mess->file[128], opt_type, &overload);
738 ret = option_find1(&mess->sname[0], &mess->file[64], opt_type, &overload);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h90 enum opt_type { enum
102 enum opt_type type;

Completed in 100 milliseconds