Home
last modified time | relevance | path

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

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