Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c1841 struct socket_info *si_newd; in dup_internal() local
1843 si_newd = (struct socket_info *)calloc(1, sizeof(struct socket_info)); in dup_internal()
1845 si_newd->fd = fd; in dup_internal()
1847 si_newd->family = si_oldd->family; in dup_internal()
1848 si_newd->type = si_oldd->type; in dup_internal()
1849 si_newd->protocol = si_oldd->protocol; in dup_internal()
1850 si_newd->bound = si_oldd->bound; in dup_internal()
1851 si_newd->bcast = si_oldd->bcast; in dup_internal()
1853 si_newd->path = strdup(si_oldd->path); in dup_internal()
1855 si_newd->tmp_path = strdup(si_oldd->tmp_path); in dup_internal()
[all …]