Searched refs:optbuf (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c310 char *optbuf; local
319 optbuf = (char *) malloc(strlen(opts) + 128);
320 if (!optbuf) {
325 for (s = opts, d = optbuf; *s;) {
371 res = get_mnt_opts(flags, optbuf, &mnt_opts);
396 res = mount(source, mnt, type, flags, optbuf);
400 res = mount(source, mnt, type, flags, optbuf);
425 free(optbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c369 char optbuf[40]; local
370 int x = sizeof(optbuf);
372 rr = getsockopt(netfd, IPPROTO_IP, IP_OPTIONS, optbuf, &x);
376 bin2hex(bigbuf_net, optbuf, x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_sockglue.c97 unsigned char optbuf[sizeof(struct ip_options) + 40]; local
98 struct ip_options * opt = (struct ip_options*)optbuf;
982 unsigned char optbuf[sizeof(struct ip_options)+40]; local
983 struct ip_options * opt = (struct ip_options*)optbuf;
986 memcpy(optbuf, inet->opt,
H A Dicmp.c111 unsigned char optbuf[40]; member in struct:icmp_bxm

Completed in 59 milliseconds