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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c932 int ip_size = sizeof(struct ip) + sctp_size; local
934 char tmp_ip[ip_size];
937 if (ntohs(sm->ip_hdr->ip_len) < ip_size) { /* short packet, cannot send error cause */
939 ip_size = ip_size - sizeof(struct sctp_error_cause);
952 ip->ip_len = htons(ip_size);
1010 memcpy(sm->ip_hdr, ip, ip_size);

Completed in 86 milliseconds