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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dscript.c66 static void fill_options(char *dest, unsigned char *option, struct dhcp_option *type_p) argument
75 dest += sprintf(dest, "%s=", type_p->name);
77 type = type_p->flags & TYPE_MASK;
80 if ( strcmp(type_p->name, "rfc3442") == 0 )
100 if ( strcmp(type_p->name, "sroute") == 0 )
118 if ( strcmp(type_p->name, "rfc5969") == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c59 static char *alloc_fill_opts(uint8_t *option, const struct dhcp_option *type_p) argument
69 type = type_p->flags & TYPE_MASK;
72 dest = ret = xmalloc(upper_length(len, type) + strlen(type_p->name) + 2);
73 dest += sprintf(ret, "%s=", type_p->name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dscript.c67 static void fill_options(char *dest, unsigned char *option, struct dhcp_option *type_p) argument
76 dest += sprintf(dest, "%s=", type_p->name);
78 type = type_p->flags & TYPE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysacls.c73 int sys_acl_get_tag_type(SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *type_p) argument
75 *type_p = entry_d->a_type;

Completed in 112 milliseconds