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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1037 uint_t a_locidtotal = 0, a_remidtotal = 0; local
1126 a_remidtotal = IKEDOORROUNDUP(sizeof (sadb_ident_t) + remidlen);
1127 *len += a_remidtotal;
1200 (void) strlcpy((char *)(sidp + 1), remid, a_remidtotal);
1203 psp->ps_key_off = psp->ps_remoteid_off + a_remidtotal;

Completed in 103 milliseconds