HomeSort by: relevance | last modified time | path
    Searched defs:sdst (Results 1 - 4 of 4) sorted by relevancy

  /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/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/sys/dev/scsipi/
scsi_changer.h 77 u_int8_t sdst[2]; /* second destination address */ member in struct:scsi_exchange_medium
  /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...]

Completed in 16 milliseconds