Searched refs:tmpopts (Results 1 – 2 of 2) sorted by relevance
72 char tmpopts[MNT_LINE_MAX]; in hasmntopt() local73 char *f, *opts = tmpopts; in hasmntopt()81 return (f - tmpopts + mnt->mnt_mntopts); in hasmntopt()
238 struct mbuf *tmpopts, *opts = NULL; in udp_append() local292 tmpopts = sbcreatecontrol(&udp_in[1], in udp_append()295 if (tmpopts) { in udp_append()297 tmpopts->m_next = opts; in udp_append()298 opts = tmpopts; in udp_append()300 opts = tmpopts; in udp_append()