Searched refs:datagram (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dsyslog.pl158 $datagram = &SOCK_DGRAM;
186 socket(SYSLOG,$af_inet,$datagram,$udp) || die "socket: $!\n";
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_inet.c197 mac_netinet_fragment(struct mbuf *datagram, struct mbuf *fragment) argument
201 datagramlabel = mac_mbuf_to_label(datagram);
204 MAC_PERFORM(netinet_fragment, datagram, datagramlabel, fragment,
H A Dmac_framework.h280 void mac_netinet_fragment(struct mbuf *datagram, struct mbuf *fragment);
H A Dmac_policy.h1356 @param fragment IP datagram fragment
1361 Compare the label of the mbuf header containing an IP datagram
1567 Set the label on the mbuf header of a newly created datagram
1609 @brief Set the label on a newly reassembled IP datagram
1612 @param mbuf IP datagram to be labeled
1615 Set the label on a newly reassembled IP datagram (mbuf) from the IP
1631 Set the label on the mbuf header of a newly created datagram
1644 @param oldmbuf mbuf headerder for existing datagram for existing datagram
1648 @param newmbuf mbuf header to be labeled for new datagram
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.h151 int datagram; member in struct:Channel
H A Dchannels.c1646 } else if (c->datagram) {
1678 } else if (c->datagram) {
1685 if (c->datagram) {
2210 if (c->datagram) {
2219 debug("channel %d: datagram "
2327 if (c->datagram)
2357 if (c->datagram)
H A Dserverloop.c1016 c->datagram = 1;
H A Dclientloop.c2027 c->datagram = 1;
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb339 SOCK_DGRAM nil A datagram socket provides connectionless, unreliable messaging
341 SOCK_RDM nil A reliable datagram socket provides reliable delivery of messages
504 IP_RECVOPTS nil Receive all IP options with datagram
506 IP_RECVDSTADDR nil Receive IP destination address with datagram
534 IP_PASSSEC nil Retrieve security context with datagram
593 SO_RECVUCRED nil Receive user credentials with datagram
654 NI_DGRAM nil The service specified is a datagram service (looks up UDP ports)
674 IPV6_PKTINFO nil Receive packet information with datagram
676 IPV6_RECVHOPLIMIT nil Receive hop limit with datagram
684 IPV6_RECVPATHMTU nil Receive current path MTU with datagram
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ntp/
H A Dtime.tcl207 set State(sock) [cep -type datagram \
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp1386 // Get your datagram labels correct
1464 // Only fragments use datagram label
1675 void *datagram = (void *) ((UInt64) ip1394Hdr + sizeof(IP1394_UNFRAG_HDR)); local
1684 fwIPPriv->rxIP(datagram, datagramSize, FW_M_UCAST, type);
1689 fwIPPriv->rxARP((IP1394_ARP*)datagram, FW_M_UCAST);
1809 broadcast channel: an IPv4 datagram, and ARP request or response or a multi-
1822 void *datagram; local
1867 datagram = (void *) ((UInt64) buffer + sizeof(GASP));
1877 fwIPPriv->rxIP(datagram, datagramSize, FW_M_BCAST, type);
1882 fwIPPriv->rxARP((IP1394_ARP*)datagram, FW_M_BCAS
2113 void *datagram = NULL; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Ddns.el305 :type 'datagram)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dntlm.tcl30 datagram 0x00000040
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl727 set state(sock) [cep -type datagram $state(-nameserver) $state(-port)]

Completed in 253 milliseconds