| /src/bin/csh/ |
| str.c | 61 Char **dst, **sdst; local in function:blk2short 69 sdst = dst = xreallocarray(NULL, n + 1, sizeof(*dst)); 74 return (sdst); 80 char **dst, **sdst; local in function:short2blk 88 sdst = dst = xreallocarray(NULL, n + 1, sizeof(*dst)); 93 return (sdst); 99 static Char *sdst; local in function:str2short 106 if (sdst == (NULL)) { 108 sdst = xreallocarray(NULL, (size_t)dstsize, sizeof(*sdst)); 129 static char *sdst = NULL; local in function:short2str 158 Char *sdst; local in function:s_strcpy 169 Char *sdst; local in function:s_strncpy 188 short *sdst; local in function:s_strcat 203 Char *sdst; local in function:s_strncat 372 static char *sdst = NULL; local in function:short2qstr 414 static char *sdst = NULL; local in function:vis_str [all...] |
| /src/usr.sbin/mrouted/ |
| igmp.c | 305 struct sockaddr_in sdst; local in function:send_igmp 332 bzero(&sdst, sizeof(sdst)); 333 sdst.sin_family = AF_INET; 335 sdst.sin_len = sizeof(sdst); 337 sdst.sin_addr.s_addr = dst; 339 (struct sockaddr *)&sdst, sizeof(sdst)) < 0) {
|
| /src/sbin/scsictl/ |
| scsi_subr.c | 141 scsi_strvis(char *sdst, size_t dlen, const char *ssrc, size_t slen) 143 u_char *dst = (u_char *)sdst;
|
| /src/sys/netinet6/ |
| icmp6.c | 2398 struct sockaddr_in6 sdst; local in function:icmp6_redirect_input 2426 memset(&sdst, 0, sizeof(sdst)); 2429 sdst.sin6_family = sgw.sin6_family = ssrc.sin6_family = AF_INET6; 2430 sdst.sin6_len = sgw.sin6_len = ssrc.sin6_len = 2433 bcopy(&reddst6, &sdst.sin6_addr, sizeof(struct in6_addr)); 2435 rtredirect(sin6tosa(&sdst), sin6tosa(&sgw), NULL, 2447 struct sockaddr_in6 sdst; local in function:icmp6_redirect_input 2449 sockaddr_in6_init(&sdst, &reddst6, 0, 0, 0); 2450 pfctlinput(PRC_REDIRECT_HOST, sin6tosa(&sdst)); [all...] |
| /src/sys/dev/scsipi/ |
| scsi_changer.h | 77 u_int8_t sdst[2]; /* second destination address */ member in struct:scsi_exchange_medium
|
| ch.c | 667 _lto2b(dst2, cmd.sdst);
|
| /src/usr.sbin/route6d/ |
| route6d.c | 1681 rt_del(const struct sockaddr_in6 *sdst, const struct sockaddr_in6 *sgw, 1691 if (sdst->sin6_family != AF_INET6) { 1695 if (IN6_IS_ADDR_LINKLOCAL(&sdst->sin6_addr) 1696 || IN6_ARE_ADDR_EQUAL(&sdst->sin6_addr, &in6addr_loopback) 1697 || IN6_IS_ADDR_MULTICAST(&sdst->sin6_addr)) { 1699 inet6_n2p(&sdst->sin6_addr)); 1702 dst = &sdst->sin6_addr; 1720 &sdst->sin6_addr)
|
| /src/usr.sbin/sysinst/ |
| disks.c | 201 scsi_strvis(char *sdst, size_t dlen, const char *ssrc, size_t slen) 203 u_char *dst = (u_char *)sdst;
|