Searched refs:m_link (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dmoh_msg.h38 uint32_t m_link; // link for this message member in struct:moh_msg_hdr
46 uint32_t m_link; // link for this message member in struct:moh_msg
H A Dmoh.c146 msg.m_link = link;
/macosx-10.10/ppp-786.1.1/SampleCode/ClientAPI/
H A DPPPLib.c141 msg.m_link = strlen(serviceid);
145 msg.m_link = -1;
157 if (writen(ref, serviceid, msg.m_link) < 0) {
180 if (serviceid && msg.m_link) {
181 buf = CFAllocatorAllocate(NULL, msg.m_link, 0);
184 n = readn(ref, buf, msg.m_link);
189 } else if (n != msg.m_link) {
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_msg.h45 u_int32_t m_link; // link for this message member in struct:ppp_msg_hdr
54 u_int32_t m_link; // link for this message member in struct:ppp_msg
86 /* When USE_SERVICEID is set, m_link contains the serviceID length
106 #define MSG_DATAOFF(msg) (((struct ppp_msg_hdr *)msg)->m_flags & USE_SERVICEID ? ((struct ppp_msg_hdr *)msg)->m_link : 0)
H A Dppp_socket_server.c342 client->msghdr.m_link = ntohl(client->msghdr.m_link);
355 client->msghdr.m_link > PPP_MSG_MAX_SERVICEID_LEN) {
356 SCLog(TRUE, LOG_ERR, CFSTR("Invalid client message header: service-id %d..."), client->msghdr.m_link);
363 + (client->msghdr.m_flags & USE_SERVICEID ? client->msghdr.m_link : 0);
462 msg->hdr.m_link = htonl(msg->hdr.m_link);
469 (hdr.m_flags & USE_SERVICEID ? hdr.m_link : 0));
476 hdr.m_type, hdr.m_result, hdr.m_cookie, hdr.m_link, hdr.m_len));
497 return findbysid(msg->data, msg->hdr.m_link);
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1047 hdr->m_link = servlen;

Completed in 211 milliseconds