Searched refs:value_buf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dl2tp.c551 u_int8_t* value_buf = NULL; local
583 if (value_buf != NULL)
584 free(value_buf);
585 value_buf = malloc(avp_len); // Wcast-align fix - copy avp to aligned buffer
586 memcpy(value_buf, buf + L2TP_AVP_HDR_SIZE, avp_len);
608 msg_type = ntohs(*(ALIGNED_CAST(u_int16_t *)value_buf));
621 if (unhide_avp(value_buf, &value_len, unhide_buf, MAX_AVP_VALUE_SIZE) < 0) {
638 params->protocol_vers = ntohs(*(ALIGNED_CAST(u_int16_t*)value_buf));
646 /*params->framing_caps = ntohl(*((u_int32_t*)value_buf));*/
650 /* params->bearer_caps = ntohl(*((u_int32_t*)value_buf));*/
1000 unhide_avp(u_int8_t* value_buf, u_int16_t* value_len, u_int8_t* unhide_buf, size_t buf_len) argument
[all...]
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_utils.c2312 char *value_buf = (char *)serv->envValues[serv->envCount]; local
2326 value_buf[0] = '\0';
2332 CFStringGetBytes((CFStringRef)value, range, kCFStringEncodingUTF8, 0, false, (UInt8 *)value_buf, sizeof(*serv->envValues), NULL) <= 0) {
2336 value_buf[range.length] = '\0';
2340 snprintf(value_buf, sizeof(*serv->envValues), "%lld", number);
2346 snprintf(value_buf, sizeof(*serv->envValues), "%s", CFBooleanGetValue((CFBooleanRef)value) ? "Yes" : "No");
/macosx-10.10/gnutar-453/gnutar/src/
H A Dlist.c881 char value_buf[UINTMAX_STRSIZE_BOUND + 1]; local
883 char *value_string = STRINGIFY_BIGINT (value, value_buf + 1);

Completed in 140 milliseconds