Home
last modified time | relevance | path

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.c1040 uint_t a_locidtotal = 0, a_remidtotal = 0; in parse_ps() local
1129 a_remidtotal = IKEDOORROUNDUP(sizeof (sadb_ident_t) + remidlen); in parse_ps()
1130 *len += a_remidtotal; in parse_ps()
1203 (void) strlcpy((char *)(sidp + 1), remid, a_remidtotal); in parse_ps()
1206 psp->ps_key_off = psp->ps_remoteid_off + a_remidtotal; in parse_ps()