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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c104 static int GetAsconfVtags(struct libalias *la, struct sctp_nat_msg *sm,
1256 * GetAsconfVtags scans an Asconf Chunk for the vtags parameter, and then
1259 * GetAsconfVtags is not called from within sctp_PktParser. It is called only
1271 GetAsconfVtags(struct libalias *la, struct sctp_nat_msg *sm, uint32_t *l_vtag, uint32_t *g_vtag, int direction) function
1319 logsctperror("Parameter parse limit exceeded (GetAsconfVtags)",
1776 if (!GetAsconfVtags(la, sm, &(assoc->l_vtag), &(assoc->g_vtag), direction))

Completed in 80 milliseconds