Home
last modified time | relevance | path

Searched refs:a_locidtotal (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
1125 a_locidtotal = IKEDOORROUNDUP(sizeof (sadb_ident_t) + locidlen); in parse_ps()
1126 *len += a_locidtotal; in parse_ps()
1169 (void) strlcpy((char *)(sidp + 1), locid, a_locidtotal); in parse_ps()
1172 psp->ps_remoteid_off = psp->ps_localid_off + a_locidtotal; in parse_ps()