Searched refs:nak (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DDHCPLease.h54 bool nak; member in struct:__anon6615
69 DHCPLeaseSetNAK(DHCPLeaseRef lease_p, int nak);
H A DDHCPLease.c174 DHCPLeaseSetNAK(DHCPLeaseRef lease_p, int nak) argument
176 lease_p->nak = nak;
659 if (existing_p->nak) {
662 existing_p->nak = FALSE;
H A Ddhcp.c1354 _dhcp_lease_clear(ServiceRef service_p, bool nak) argument
1369 if (nak == FALSE
3057 /* we got a nak and we didn't switch leases */
3501 int nak = (int)(intptr_t)event_data; local
3504 nak ? " (NAK)" : "");
3511 _dhcp_lease_clear(service_p, nak);
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c115 static void nak __P((int));
350 nak(EBADOP);
380 nak(EBADOP);
396 nak(ecode);
584 if (size < 0) nak(errno + 100);
585 else nak(ENOSPACE);
646 * Send a nak packet (error message).
652 nak(error) function
670 syslog(LOG_ERR, "nak: error msg too long");
679 syslog(LOG_ERR, "nak
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Doverload.cxx404 int nak = emit_num_arguments(pk);
405 if ((nrk >= num_required && nrk <= num_arguments) || (nak >= num_required && nak <= num_arguments) || (nrk <= num_required && nak >= num_arguments))
433 int nak = emit_num_arguments(pk);
434 if (nak <= j)
579 int nak = emit_num_arguments(pk);
580 if ((nrk >= num_required && nrk <= num_arguments) || (nak >= num_required && nak <= num_arguments) || (nrk <= num_required && nak >
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-pgm.c375 struct pgm_nak *nak; local
384 nak = (struct pgm_nak *)(pgm + 1);
385 TCHECK(*nak);
391 switch (EXTRACT_16BITS(&nak->pgmn_source_afi)) {
406 bp = (u_char *) (nak + 1);
454 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq));
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c123 static void nak(int);
645 nak(EBADOP);
660 nak(EBADOP);
681 nak(ecode);
699 nak(ecode);
922 nak(errno + 100);
1075 if (size < 0) nak(errno + 100);
1076 else nak(ENOSPACE);
1138 * Send a nak packet (error message).
1144 nak(in function
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dtftpd.c285 static void nak(int error);
582 return -1; /* nak logic? */
977 nak(EBADOP);
1001 nak(EBADOP);
1006 nak(ecode);
1219 nak(errno + 100);
1341 nak(errno + 100);
1343 nak(ENOSPACE);
1373 * Send a nak packet (error message). Error code passed in is one of the
1376 static void nak(in function
[all...]
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Ddhcpd.c859 const char * nak = NULL; local
992 nak = "requested address no longer available";
997 nak = "requested address incorrect";
1021 nak = "requested address no longer available";
1083 /* send a nak */
1084 nak = "lease expired";
1101 if (nak) {
1104 &reply_msgtype, nak,
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftp.c92 static void nak(int, struct sockaddr *);
204 nak(errno + 100, (struct sockaddr *)&peer);
450 nak(errno + 100, (struct sockaddr *)&peer);
538 * Send a nak packet (error message).
544 nak(error, peer) function
571 warn("nak");
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dcalendar.tcl24 # crk, crx-nak, crx-lhe
189 crx-nak \
541 mn,crx-nak {
545 weekdays,crx-nak {Ji Jh WN WT WD Ts Sa}
546 today,crx-nak {}
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_serial.c284 goto nak;
289 nak:
290 DEBUG_COMM("nak");
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Deapfast_plugin.c475 NAKTLVRef nak; member in struct:TLVList_s
2298 if (tlvlist_p != NULL && tlvlist_p->nak == NULL) {
2299 tlvlist_p->nak = (NAKTLVRef)scan;
2469 NAKTLVRef nak; local
2471 nak = (NAKTLVRef)BufferGetWritePtr(buf);
2477 TLVSetLength((TLVRef)nak, NAK_TLV_MIN_LENGTH);
2478 TLVSetType((TLVRef)nak, kTLVTypeMandatoryBit | kTLVTypeNAK);
2479 NAKTLVSetNAKType(nak, TLVTypeGetType(TLVGetType(tlv)));
2480 NAKTLVSetVendorId(nak, 0);
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c1548 EAPNakPacket nak; local
1552 (void)EAPPacketCreate(&nak, sizeof(nak),
1555 sizeof(nak) - sizeof(EAPRequestPacket), &size);
1556 nak.desired_type = desired_type;
1559 &nak, sizeof(nak)) < 0) {
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm2572 $nak,
2576 ## What do we use to request enable/disable or respond with ack/nak.
2582 $nak = "DONT";
2592 $nak = "WONT";
2610 &_log_option($s->{opt_log}, "SENT", $nak, $opt)
2647 elsif ($$state eq "wantyes opposite") { # nak but we changed our mind
2666 $nak,
2670 ## What we use to send enable/disable request or send ack/nak response.
2676 $nak = "DONT";
2686 $nak
[all...]
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit11361 /nak �X # ---> 0v6v1-8- 0

Completed in 963 milliseconds