Searched refs:requested (Results 1 - 25 of 74) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dclientpacket.h5 int send_discover(unsigned long xid, unsigned long requested);
6 int send_selecting(unsigned long xid, unsigned long server, unsigned long requested);
H A Ddhcpd.c89 unsigned char *server_id, *requested, *hostname; local
222 requested = get_option(&packet, DHCP_REQUESTED_IP);
226 if (requested) memcpy(&requested_align, requested, 4);
256 if (server_id_align == server_config.server && requested &&
261 if (requested) {
294 } else if (requested) {
H A Dclientpacket.c111 /* Broadcast a DHCP discover packet to the network, with an optionally requested IP */
112 int send_discover(unsigned long xid, unsigned long requested) argument
118 if (requested)
119 add_simple_option(packet.options, DHCP_REQUESTED_IP, requested);
128 int send_selecting(unsigned long xid, unsigned long server, unsigned long requested) argument
136 add_simple_option(packet.options, DHCP_REQUESTED_IP, requested);
140 addr.s_addr = requested;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftp.pm89 my @requested;
96 # Make 'requested' hold the non-duplicate pids from 'pidlist'.
97 @requested = split(' ', $pidlist);
98 return if(not @requested);
99 if(scalar(@requested) > 2) {
100 @requested = sort({$a <=> $b} @requested);
102 for(my $i = scalar(@requested) - 2; $i >= 0; $i--) {
103 if($requested[$i] == $requested[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.h25 int requested; member in struct:Response
34 * this method executes the requested Soap Action */
H A Dtivo_commands.c301 args.requested = 1;
345 args.requested = itemCount;
351 args.requested = itemCount * -1;
580 which, myfilter, groupBy, order, args.start, args.requested);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpsoap.h41 int requested; member in struct:Response
49 * this method executes the requested Soap Action */
H A Dtivo_commands.c292 args.requested = 1;
336 args.requested = itemCount;
342 args.requested = itemCount * -1;
609 which, myfilter, groupBy, order, args.start, args.requested);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpsoap.h25 int requested; member in struct:Response
34 * this method executes the requested Soap Action */
H A Dtivo_commands.c321 args.requested = 1;
365 args.requested = itemCount;
371 args.requested = itemCount * -1;
600 which, myfilter, groupBy, order, args.start, args.requested);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.h42 int send_discover(uint32_t xid, uint32_t requested);
43 int send_selecting(uint32_t xid, uint32_t server, uint32_t requested);
H A Ddhcpd.c31 uint8_t *state, *server_id, *requested; local
178 requested = get_option(&packet, DHCP_REQUESTED_IP);
181 if (requested) memcpy(&requested_align, requested, 4);
188 if (server_id_align == server_config.server && requested
193 } else if (requested) {
211 } else if (requested) {
H A Dclientpacket.c74 /* Broadcast a DHCP discover packet to the network, with an optionally requested IP */
75 int send_discover(uint32_t xid, uint32_t requested) argument
81 if (requested)
82 add_simple_option(packet.options, DHCP_REQUESTED_IP, requested);
92 int send_selecting(uint32_t xid, uint32_t server, uint32_t requested) argument
100 add_simple_option(packet.options, DHCP_REQUESTED_IP, requested);
104 addr.s_addr = requested;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Davc.h102 u16 tclass, u32 requested,
106 u16 tclass, u32 requested,
110 u16 tclass, u32 requested,
H A Dsecurity.h53 u16 tclass, u32 requested,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Davc.c393 * @requested: requested permissions, interpreted based on @tclass
396 * @requested permissions between the SID pair
402 static struct avc_node *avc_lookup(u32 ssid, u32 tsid, u16 tclass, u32 requested) argument
409 if (node && ((node->ae.avd.decided & requested) == requested)) {
514 * @requested: requested permissions
529 u16 tclass, u32 requested,
537 denied = requested
528 avc_audit(u32 ssid, u32 tsid, u16 tclass, u32 requested, struct av_decision *avd, int result, struct avc_audit_data *a) argument
848 avc_has_perm_noaudit(u32 ssid, u32 tsid, u16 tclass, u32 requested, struct av_decision *avd) argument
906 avc_has_perm(u32 ssid, u32 tsid, u16 tclass, u32 requested, struct avc_audit_data *auditdata) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprint_cups.c64 static const char *requested[] =/* Requested attributes */ local
95 * requested-attributes
112 "requested-attributes",
113 (sizeof(requested) / sizeof(requested[0])),
114 NULL, requested);
177 * requested-attributes
192 "requested-attributes",
193 (sizeof(requested) / sizeof(requested[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat98 echo *********** ERROR: win_build.bat stop requested *************
99 echo *********** ERROR: win_built.bat stop requested ************* >> ..\winbld.err
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dpmac.h116 unsigned int requested; member in struct:snd_pmac
H A Dpmac.c771 if (chip->requested & (1 << i))
1124 chip->requested = 0;
1148 chip->requested |= (1 << i);
1176 chip->requested |= (1 << i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c463 err("requested part of result string not found");
1014 dbg("creation of partition nodes requested");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S54 ble $18,end_b # U : zero length requested?
246 ble $18,end # U : zero length requested?
425 ble $18, end_w # U : zero length requested?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c351 u_char * curr, u_char requested);
1142 whenever an audio play operation is requested.
1503 u_char * curr, u_char requested)
1505 if (*curr == requested)
1507 if (requested == CDROM_LBA) {
1518 *curr = requested;
1909 cdinfo(CD_WARNING, ": Invalid DVD structure read requested (%d)\n",
2518 u8 requested, back; local
2528 requested = q.cdsc_format;
2529 if (requested !
1502 sanitize_format(union cdrom_addr *addr, u_char * curr, u_char requested) argument
2896 u_char requested, back; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/vermilion/
H A Dvermilion.c206 size_t requested,
221 while (requested > (PAGE_SIZE << order) && order < MAX_ORDER)
260 if (requested < va->size)
263 requested -= va->size;
278 ": Could not allocate requested minimal amount of vram.\n");
205 vmlfb_alloc_vram(struct vml_info *vinfo, size_t requested, size_t min_total, size_t min_contig) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk189 # Calculate paths to requested components.
211 $(call wlan_info,all SW components requested ("$(WLAN_ComponentsInUse)"))
217 # Test that all requested components exist.

Completed in 163 milliseconds

123