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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c574 * return a hostent pointer (caller frees) or a pointer to a dummy_he_t
586 } dummy_he_t; typedef in typeref:struct:__anon289
593 dummy_he_t *dhp;
609 * dummy_he_t to construct a fake hostent. Caller
612 dhp = (dummy_he_t *)malloc(sizeof (dummy_he_t));
644 * Free a dummy_he_t structure that was malloc'd in parse_addr().
646 * dummy_he_t structs, so all they have is a pointer to the struct
649 * the dummy_he_t, and therefore a pointer to it is a pointer to
650 * the dummy_he_t
[all...]

Completed in 60 milliseconds