Home
last modified time | relevance | path

Searched refs:abort_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/chat/
H A Dchat.c1203 int n, abort_len, report_len; in get_string() local
1273 if (s - temp >= (abort_len = strlen(abort_string[n])) && in get_string()
1274 strncmp(s - abort_len, abort_string[n], abort_len) == 0) { in get_string()
/freebsd/sys/netinet/
H A Dsctputil.c3146 uint16_t abort_len; in sctp_notify_assoc_change() local
3160 abort_len = ntohs(abort->ch.chunk_length); in sctp_notify_assoc_change()
3165 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_assoc_change()
3166 abort_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_assoc_change()
3169 abort_len = 0; in sctp_notify_assoc_change()
3174 notif_len += abort_len; in sctp_notify_assoc_change()
3222 memcpy(sac->sac_info, abort, abort_len); in sctp_notify_assoc_change()
3223 sac->sac_length += abort_len; in sctp_notify_assoc_change()