HomeSort by: relevance | last modified time | path
    Searched refs:trh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
tr.c 50 static int insert_source_routing (struct trh_hdr *trh, struct interface_info* interface);
51 static void save_source_routing (struct trh_hdr *trh, struct interface_info* interface);
78 struct trh_hdr *trh; local
84 trh = (struct trh_hdr *) &buf[*bufix];
85 if (interface -> hw_address.hlen - 1 == sizeof (trh->saddr))
86 memcpy (trh->saddr, &interface -> hw_address.hbuf [1],
87 sizeof (trh->saddr));
89 memset (trh->saddr, 0x00, sizeof (trh->saddr));
92 memcpy (trh->daddr, &to -> hbuf [1], sizeof trh->daddr)
131 struct trh_hdr *trh = (struct trh_hdr *) buf + bufix; local
    [all...]
  /src/sys/kern/
subr_tftproot.c 126 struct tftproot_handle trh; local
186 memset(&trh, 0, sizeof(trh));
187 trh.trh_nd = nd;
188 trh.trh_block = 1;
190 if ((error = tftproot_getfile(&trh, l)) != 0) {
206 tftproot_getfile(struct tftproot_handle *trh, struct lwp *l)
237 memcpy(&sin, &trh->trh_nd->nd_root.ndm_saddr, sizeof(sin));
243 namelen = strlen(trh->trh_nd->nd_bootfile) + 1;
263 (void)strncpy(cp, trh->trh_nd->nd_bootfile, namelen)
351 struct tftproot_handle *trh = ctx; local
    [all...]

Completed in 14 milliseconds